Skip to content

Commit 198e507

Browse files
committed
Change minimimum required PHP version to 5.3.23
- Remove [] array notation
1 parent ac91adc commit 198e507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ZF/ApiProblem/Factory/ApiProblemListenerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ApiProblemListenerFactory implements FactoryInterface
1919
public function createService(ServiceLocatorInterface $serviceLocator)
2020
{
2121
$filters = null;
22-
$config = [];
22+
$config = array();
2323

2424
if ($serviceLocator->has('Config')) {
2525
$config = $serviceLocator->get('Config');

0 commit comments

Comments
 (0)