Completed
Push — master ( 22fd50...798002 )
by Neomerx
03:53
created
src/Execution/BlockInterpreter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -337,7 +337,7 @@  discard block
 block discarded – undo
337 337
     /**
338 338
      * @param array $serializedBlocks
339 339
      *
340
-     * @return array
340
+     * @return integer[]
341 341
      *
342 342
      * @SuppressWarnings(PHPMD.StaticAccess)
343 343
      */
@@ -357,7 +357,7 @@  discard block
 block discarded – undo
357 357
     /**
358 358
      * @param array $serializedBlocks
359 359
      *
360
-     * @return array
360
+     * @return integer[]
361 361
      *
362 362
      * @SuppressWarnings(PHPMD.StaticAccess)
363 363
      */
Please login to merge, or discard this patch.
src/Rules/Converters/StringToDateTime.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
      * @param string $input
97 97
      * @param string $format
98 98
      *
99
-     * @return DateTimeInterface|null
99
+     * @return DateTimeImmutable|null
100 100
      *
101 101
      * @SuppressWarnings(PHPMD.StaticAccess)
102 102
      */
Please login to merge, or discard this patch.