mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-11 14:38:39 +00:00
phpcs fix
This commit is contained in:
parent
5ad4c617c0
commit
e16ad97838
|
|
@ -1936,7 +1936,7 @@ class DataMapperAbstract implements DataMapperInterface
|
||||||
if (isset($element[static::$primaryField])) {
|
if (isset($element[static::$primaryField])) {
|
||||||
$row[$element[static::$primaryField]] = self::populateAbstract($element, $toFill, static::$columns);
|
$row[$element[static::$primaryField]] = self::populateAbstract($element, $toFill, static::$columns);
|
||||||
} else {
|
} else {
|
||||||
$row[] = self::populateAbstract($element, $toFill, static::$columns);
|
$row[] = self::populateAbstract($element, $toFill, static::$columns);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user