Commit 57aea820 authored by Fabien Potencier's avatar Fabien Potencier

minor #1455 Syntax error in documentaiton Security Guard (pierreboissinot)

This PR was squashed before being merged into the 2.0.x-dev branch (closes #1455).

Discussion
----------

Syntax error in documentaiton Security Guard

"=>" replaced by "="

Commits
-------

71cee16a Syntax error in documentaiton Security Guard
parents 7a2f5448 71cee16a
......@@ -136,7 +136,7 @@ Finally, configure your `security.firewalls` key to use this authenticator:
.. code-block:: php
$app['security.firewalls'] => array(
$app['security.firewalls'] = array(
'main' => array(
'guard' => array(
'authenticators' => array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment