Commit 2e2c245
committed
feature #6243 Add missing getBoolean() method (bocharsky-bw)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #6243).
Discussion
----------
Add missing getBoolean() method
According to the [Symfony\Component\HttpFoundation\ParameterBag::getBoolean()](https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpFoundation/ParameterBag.php#L187-L190).
Commits
-------
cb8f241 Add missing getBoolean() method1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| |||
0 commit comments