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 e38b8e6 commit 697ce4dCopy full SHA for 697ce4d
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php
@@ -80,13 +80,13 @@ public function testFirewallWithInvalidUserProvider()
80
81
$container->loadFromExtension('security', array(
82
'providers' => array(
83
- 'my_foo' => array('foo' => []),
+ 'my_foo' => array('foo' => array()),
84
),
85
86
'firewalls' => array(
87
'some_firewall' => array(
88
'pattern' => '/.*',
89
- 'http_basic' => [],
+ 'http_basic' => array(),
90
91
92
));
0 commit comments