Passed
Push — akeneo5 ( 056865...a27b24 )
by Pascal
05:32 queued 22s
created
src/Controller/AbstractController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
             unset($normalizedProduct['values'][$attributeCode]);
32 32
         }
33 33
         unset($normalizedProduct['identifier']);
34
-        if (empty((array)$normalizedProduct['associations'])) {
34
+        if (empty((array) $normalizedProduct['associations'])) {
35 35
             unset($normalizedProduct['associations']);
36 36
         }
37 37
 
Please login to merge, or discard this patch.
tests/Kernel/TestKernel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,8 @@
 block discarded – undo
20 20
      */
21 21
     public function registerBundles(): iterable
22 22
     {
23
-        $bundles = require __DIR__ . '/../../vendor/akeneo/pim-community-dev/config/bundles.php';
24
-        $bundles += require __DIR__ . '/config/bundles.php';
23
+        $bundles = require __DIR__.'/../../vendor/akeneo/pim-community-dev/config/bundles.php';
24
+        $bundles += require __DIR__.'/config/bundles.php';
25 25
 
26 26
         foreach ($bundles as $class => $envs) {
27 27
             if ($envs[$this->environment] ?? $envs['all'] ?? false) {
Please login to merge, or discard this patch.