Skip to content

Commit

Permalink
Allow for changing maxPercentage in CommentedOutCode using the xml co…
Browse files Browse the repository at this point in the history
…nfiguration
  • Loading branch information
edorian committed Jan 10, 2012
1 parent 219de4b commit 85ee993
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Squiz_Sniffs_PHP_CommentedOutCodeSniff implements PHP_CodeSniffer_Sniff
*
* @var int
*/
protected $maxPercentage = 35;
public $maxPercentage = 35;


/**
Expand Down

0 comments on commit 85ee993

Please sign in to comment.