Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c40fe8a

Browse files
committed
minor #7634 Update environments.rst (atailouloute)
This PR was merged into the 2.7 branch. Discussion ---------- Update environments.rst Fix a profiler option for PHP configuration Commits ------- 373d5ed Update environments.rst
2 parents 5482342 + 373d5ed commit c40fe8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/environments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ The best way to accomplish this is via a new environment called, for example,
297297
$loader->import('config_prod.php')
298298
299299
$container->loadFromExtension('framework', array(
300-
'profiler' => array('only-exceptions' => false),
300+
'profiler' => array('only_exceptions' => false),
301301
));
302302
303303
.. include:: /components/dependency_injection/_imports-parameters-note.rst.inc

0 commit comments

Comments
 (0)