mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-01-28 19:48:41 +00:00
phcbf autofixes
This commit is contained in:
parent
a9b4abee23
commit
e5f85e83bc
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
vendor
|
||||
Build
|
||||
|
|
|
|||
|
|
@ -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'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user