Completed
Push — master ( 45ed71...7888ec )
by arto
04:29
created
source/AbstractGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -225,7 +225,7 @@
 block discarded – undo
225 225
     }
226 226
 
227 227
     /**
228
-     * @return array
228
+     * @return string[]
229 229
      */
230 230
     final protected function getNotPrintableTypeHints()
231 231
     {
Please login to merge, or discard this patch.
source/FileGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
     }
90 90
 
91 91
     /**
92
-     * @param int|string|array $content
92
+     * @param string $content
93 93
      * @return $this
94 94
      * @todo add support for Generator as type
95 95
      */
Please login to merge, or discard this patch.