Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Jan 12, 2015
1 parent 7bc6dde commit 121d43b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/main/php/PHPMD/AbstractRule.php
Expand Up @@ -52,19 +52,6 @@
*/
abstract class AbstractRule implements Rule
{
/**
* List of readable priority names.
*
* @var array(string) $_priorities
*/
private static $priorities = array(
'High',
'Medium High',
'Medium',
'Medium Low',
'Low'
);

/**
* The name for this rule instance.
*
Expand Down

0 comments on commit 121d43b

Please sign in to comment.