8000 CS fix · smoya/symfony-docs@7daab99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7daab99

Browse files
CS fix
1 parent 8c2efee commit 7daab99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/registration_form.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ represents the "registration"::
178178

179179
public function setTermsAccepted($termsAccepted)
180180
{
181-
$this->termsAccepted = (boolean) $termsAccepted;
181+
$this->termsAccepted = (Boolean) $termsAccepted;
182182
}
183183
}
184184

0 commit comments

Comments
 (0)
0