mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 01:18:40 +00:00
phcbf autofixes
This commit is contained in:
parent
0257b54735
commit
6a10c0c884
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
vendor
|
||||
Build
|
||||
|
|
|
|||
|
|
@ -170,9 +170,9 @@ final class ApiController extends Controller
|
|||
*/
|
||||
private function createSupplierL11nFromRequest(RequestAbstract $request) : BaseStringL11n
|
||||
{
|
||||
$supplierL11n = new BaseStringL11n();
|
||||
$supplierL11n->ref = $request->getDataInt('supplier') ?? 0;
|
||||
$supplierL11n->type = new NullBaseStringL11nType($request->getDataInt('type') ?? 0);
|
||||
$supplierL11n = new BaseStringL11n();
|
||||
$supplierL11n->ref = $request->getDataInt('supplier') ?? 0;
|
||||
$supplierL11n->type = new NullBaseStringL11nType($request->getDataInt('type') ?? 0);
|
||||
$supplierL11n->setLanguage(
|
||||
$request->getDataString('language') ?? $request->getLanguage()
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user