We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac91adc commit 198e507Copy full SHA for 198e507
src/ZF/ApiProblem/Factory/ApiProblemListenerFactory.php
@@ -19,7 +19,7 @@ class ApiProblemListenerFactory implements FactoryInterface
19
public function createService(ServiceLocatorInterface $serviceLocator)
20
{
21
$filters = null;
22
- $config = [];
+ $config = array();
23
24
if ($serviceLocator->has('Config')) {
25
$config = $serviceLocator->get('Config');
0 commit comments