Home
last modified time | relevance | path

Searched refs:checkClosures (Results 1 – 3 of 3) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DOpeningFunctionBraceKernighanRitchieSniff.php47 public $checkClosures = false; variable in Generic_Sniffs_Functions_OpeningFunctionBraceKernighanRitchieSniff
85 && (bool) $this->checkClosures === false)
H A DOpeningFunctionBraceBsdAllmanSniff.php46 public $checkClosures = false; variable in Generic_Sniffs_Functions_OpeningFunctionBraceBsdAllmanSniff
84 && (bool) $this->checkClosures === false)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionDeclarationSniff.php247 $sniff->checkClosures = true;