@@ -31,7 +31,7 @@ |
||
31 | 31 | |
32 | 32 | /** @var array $appConfig */ |
33 | 33 | $appConfig = $appServiceLocator->get('config'); |
34 | - $moduleConfig = array_key_exists(Module::CONFIG_KEY, $appConfig) ? $appConfig[Module::CONFIG_KEY] : []; |
|
34 | + $moduleConfig = array_key_exists(Module::CONFIG_KEY, $appConfig) ? $appConfig[ Module::CONFIG_KEY ] : [ ]; |
|
35 | 35 | |
36 | 36 | return new ModuleOptions($moduleConfig); |
37 | 37 | } |
@@ -19,7 +19,7 @@ discard block |
||
19 | 19 | /** |
20 | 20 | * @var array |
21 | 21 | */ |
22 | - protected $entityClassNameCache = []; |
|
22 | + protected $entityClassNameCache = [ ]; |
|
23 | 23 | |
24 | 24 | /** |
25 | 25 | * @var ObjectManagerAutoDetectorInterface |
@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | |
75 | 75 | |
76 | 76 | |
77 | - return ; |
|
77 | + return; |
|
78 | 78 | } |
79 | 79 | |
80 | 80 |