Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFileCommentSniff.php329 if (PHP_CodeSniffer::isUnderscoreName($content) !== true) {
371 if (PHP_CodeSniffer::isUnderscoreName($content) === true) {
424 if (PHP_CodeSniffer::isUnderscoreName($content) === true) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php2060 public static function isUnderscoreName($string) function in PHP_CodeSniffer