Test Failed
Branch master (fce626)
by Michael
04:13
created
src/micmania1/config/Config.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
      * This takes a list of transformaers which are responsible for fetching and tranforming
27 27
      * their config into PHP array.
28 28
      *
29
-     * @param Transformer $transformers
29
+     * @param Transformer[] $transformers
30 30
      */
31 31
     public function __construct(...$transformers)
32 32
     {
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
      * );
111 111
      *
112 112
      * @param array $mine
113
-     * @param array $theirs
113
+     * @param array $thiers
114 114
      *
115 115
      * @return array
116 116
      */
Please login to merge, or discard this patch.
src/micmania1/config/Transformer/Yaml.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,6 @@
 block discarded – undo
47 47
     protected $baseDirectory;
48 48
 
49 49
     /**
50
-     * @param string $dir directory to scan for yaml files
51 50
      */
52 51
     public function __construct($baseDir, Finder $finder, $sort = 0)
53 52
     {
Please login to merge, or discard this patch.