Closed
Description
http://symfony.com/doc/current/contributing/code/standards.html#naming-conventions
Use underscores for option names and parameter names;
//line 95:
private function reverseBoolean($value = null, $theSwitch = false)
So what is the correct rule?