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 7df3cf6 commit 60d588fCopy full SHA for 60d588f
components/dependency_injection/configurators.rst
@@ -78,7 +78,7 @@ in the application::
78
public function loadFormatters()
79
{
80
// code to configure which formatters to use
81
- $enabledFormatters = array();
+ $enabledFormatters = array(...);
82
// ...
83
84
$this->enabledFormatters = $enabledFormatters;
0 commit comments