@@ -22,5 +22,5 @@ |
||
| 22 | 22 | * |
| 23 | 23 | * @throws ServiceFactoryException |
| 24 | 24 | */ |
| 25 | - public function __invoke(ContainerInterface $container, string $name, array $config = null); |
|
| 25 | + public function __invoke(ContainerInterface $container, string $name, array $config=null); |
|
| 26 | 26 | } |
@@ -19,5 +19,5 @@ |
||
| 19 | 19 | * |
| 20 | 20 | * @throws FactoryException If the service cannot be created. |
| 21 | 21 | */ |
| 22 | - public function create(array $config = []); |
|
| 22 | + public function create(array $config=[ ]); |
|
| 23 | 23 | } |