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 837e895 commit 33e76a5Copy full SHA for 33e76a5
contributing/code/standards.rst
@@ -80,9 +80,9 @@ example containing most features described below:
80
throw new \RuntimeException(sprintf('Unrecognized dummy option "%s"', $dummy));
81
}
82
83
- private function reverseBoolean($value = null)
+ private function reverseBoolean($value = null, $theSwitch = false)
84
{
85
- if (!isset($value)) {
+ if (!$theSwitch) {
86
return;
87
88
0 commit comments