Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DSwitchDeclarationSniff.php77 …while (($nextCase = $this->_findNextCase($phpcsFile, ($nextCase + 1), $switch['scope_closer'])) !=…
205 …$nextCode = $this->_findNextCase($phpcsFile, ($tokens[$nextCase]['scope_opener'] + 1), $nextCloser…
230 private function _findNextCase(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $end) function in PSR2_Sniffs_ControlStructures_SwitchDeclarationSniff