Completed
Push — master ( b7c74b...390822 )
by Tobias
65:04
created
Builder/Generator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      * Init a new generator and automatically define the base of tempDir
55 55
      *
56 56
      * @param string $cacheDir
57
-     * @param Filepath $yaml
57
+     * @param string $yaml
58 58
      */
59 59
     public function __construct($cacheDir, $yaml)
60 60
     {
Please login to merge, or discard this patch.
Generator/Column.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
 
153 153
     /**
154 154
      * @param string $name
155
-     * @param array  $debug
155
+     * @param boolean  $debug
156 156
      */
157 157
     public function __construct($name, $debug)
158 158
     {
Please login to merge, or discard this patch.