@@ -65,7 +65,6 @@ discard block |
||
65 | 65 | protected $rules = []; |
66 | 66 | |
67 | 67 | /** |
68 | - * @param string $dir directory to scan for yaml files |
|
69 | 68 | */ |
70 | 69 | public function __construct($baseDir, Finder $finder, $sort = 0) |
71 | 70 | { |
@@ -124,6 +123,7 @@ discard block |
||
124 | 123 | * |
125 | 124 | * @var string |
126 | 125 | * |
126 | + * @param string $rule |
|
127 | 127 | * @return boolean |
128 | 128 | */ |
129 | 129 | protected function hasRule($rule) |
@@ -513,6 +513,9 @@ discard block |
||
513 | 513 | return $filtered; |
514 | 514 | } |
515 | 515 | |
516 | + /** |
|
517 | + * @param string $flag |
|
518 | + */ |
|
516 | 519 | protected function testRules($header, $flag) |
517 | 520 | { |
518 | 521 | if(!is_array($header[$flag])) { |