phcbf autofixes

This commit is contained in:
Dennis Eichhorn 2023-05-28 12:38:27 +00:00
parent a9b4abee23
commit e5f85e83bc
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
vendor
Build

View File

@ -171,9 +171,9 @@ final class ItemMapper extends DataMapperFactory
$l11nsResult = $sth->fetchAll();
foreach ($l11nsResult as $res) {
$l11nType = new BaseStringL11nType();
$l11nType->id = $res['itemmgmt_item_l11n_typeref'];
$l11nType->title= $res['itemmgmt_item_l11n_type_title'];
$l11nType = new BaseStringL11nType();
$l11nType->id = $res['itemmgmt_item_l11n_typeref'];
$l11nType->title = $res['itemmgmt_item_l11n_type_title'];
$l11n = new BaseStringL11n();
$l11n->id = $res['itemmgmt_item_l11n_id'];