diff --git a/CodeSniffer/Standards/Squiz/Sniffs/PHP/CommentedOutCodeSniff.php b/CodeSniffer/Standards/Squiz/Sniffs/PHP/CommentedOutCodeSniff.php index 99df82c6eb..53762acb15 100644 --- a/CodeSniffer/Standards/Squiz/Sniffs/PHP/CommentedOutCodeSniff.php +++ b/CodeSniffer/Standards/Squiz/Sniffs/PHP/CommentedOutCodeSniff.php @@ -45,7 +45,7 @@ class Squiz_Sniffs_PHP_CommentedOutCodeSniff implements PHP_CodeSniffer_Sniff * * @var int */ - protected $maxPercentage = 35; + public $maxPercentage = 35; /**