@@ -26,7 +26,7 @@ |
||
| 26 | 26 | 'odm_default' => [ |
| 27 | 27 | 'subscribers' => [ |
| 28 | 28 | 'Settings/InjectEntityResolverListener', |
| 29 | - ], |
|
| 29 | + ], |
|
| 30 | 30 | ], |
| 31 | 31 | ], |
| 32 | 32 | ], |
@@ -37,7 +37,7 @@ discard block |
||
| 37 | 37 | 'translation_file_patterns' => [ |
| 38 | 38 | [ |
| 39 | 39 | 'type' => 'gettext', |
| 40 | - 'base_dir' => __DIR__ . '/../language', |
|
| 40 | + 'base_dir' => __DIR__.'/../language', |
|
| 41 | 41 | 'pattern' => '%s.mo', |
| 42 | 42 | ], |
| 43 | 43 | ], |
@@ -99,7 +99,7 @@ discard block |
||
| 99 | 99 | |
| 100 | 100 | // Where to look for view templates not mapped above |
| 101 | 101 | 'template_path_stack' => [ |
| 102 | - __DIR__ . '/../view', |
|
| 102 | + __DIR__.'/../view', |
|
| 103 | 103 | ], |
| 104 | 104 | ], |
| 105 | 105 | |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | return new $requestedName($container); |
| 36 | 36 | } |
| 37 | 37 | |
| 38 | - public function createService(ServiceLocatorInterface $serviceLocator, $name=null, $requestedName=SettingsFieldset::class) |
|
| 38 | + public function createService(ServiceLocatorInterface $serviceLocator, $name = null, $requestedName = SettingsFieldset::class) |
|
| 39 | 39 | { |
| 40 | 40 | return $this($serviceLocator, $requestedName); |
| 41 | 41 | } |