Passed
Push — master ( ff5f97...686573 )
by Michael
02:29
created
src/micmania1/config/Transformer/Yaml.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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])) {
Please login to merge, or discard this patch.