mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-20 13:28:42 +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])) {
|
||||
$row[$element[static::$primaryField]] = self::populateAbstract($element, $toFill, static::$columns);
|
||||
} else {
|
||||
$row[] = self::populateAbstract($element, $toFill, static::$columns);
|
||||
$row[] = self::populateAbstract($element, $toFill, static::$columns);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user