Skip to content

Commit 976d3be

Browse files
committed
minor symfony#14749 Remove white space (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- Remove white space <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 6a758a5 Remove white space
2 parents 5f26515 + 6a758a5 commit 976d3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/using_parameters_in_dic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ be injected with this parameter via the extension as follows::
106106
{
107107
private $debug;
108108

109-
public function __construct($debug)
109+
public function __construct($debug)
110110
{
111111
$this->debug = (bool) $debug;
112112
}

0 commit comments

Comments
 (0)