Explorar el Código

post MR fixes

Olivier Massot hace 3 años
padre
commit
701f672c45
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Service/Dolibarr/DolibarrSyncService.php

+ 1 - 1
src/Service/Dolibarr/DolibarrSyncService.php

@@ -52,7 +52,7 @@ class DolibarrSyncService
         private FunctionTypeRepository $functionTypeRepository,
         private FunctionTypeRepository $functionTypeRepository,
         private DolibarrApiService $dolibarrApiService,
         private DolibarrApiService $dolibarrApiService,
         private AddressPostalUtils $addressPostalUtils,
         private AddressPostalUtils $addressPostalUtils,
-        private ArrayUtils$arrayUtils,
+        private ArrayUtils $arrayUtils,
         private TranslatorInterface $translator,
         private TranslatorInterface $translator,
         private LoggerInterface $logger
         private LoggerInterface $logger
     ) {}
     ) {}