Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DCommentedOutCodeSniff.php48 public $maxPercentage = 35; variable in Squiz_Sniffs_PHP_CommentedOutCodeSniff
225 if ($percentCode > $this->maxPercentage) {