@@ -31,7 +31,7 @@ |
||
| 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 | |
@@ -20,8 +20,8 @@ |
||
| 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) { |