@@ -59,7 +59,6 @@ |
||
59 | 59 | } |
60 | 60 | |
61 | 61 | /** |
62 | - |
|
63 | 62 | * |
64 | 63 | * {@inheritdoc} |
65 | 64 | */ |
@@ -145,7 +145,7 @@ |
||
145 | 145 | */ |
146 | 146 | public function createServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName) |
147 | 147 | { |
148 | - return $this($serviceLocator,$requestedName); |
|
148 | + return $this($serviceLocator,$requestedName); |
|
149 | 149 | } |
150 | 150 | |
151 | 151 | /** |