Completed
Push — issue/134 ( d0dc5e...07c20b )
by Alex
01:47
created
src/FeedIo/Rule/DateTimeBuilder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -216,8 +216,8 @@
 block discarded – undo
216 216
 
217 217
 
218 218
     /**
219
-     * @param $format
220
-     * @param $string
219
+     * @param string|false $format
220
+     * @param string $string
221 221
      * @return \DateTime
222 222
      */
223 223
     protected function newDate($format, $string)
Please login to merge, or discard this patch.