Completed
Push — master ( ce2598...ab51ca )
by Fabrice
03:06
created
src/NodalFlow.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -218,7 +218,6 @@  discard block
 block discarded – undo
218 218
      * and two object may be reused in a branch at
219 219
      * a different location
220 220
      *
221
-     * @param object $object
222 221
      *
223 222
      * @return string
224 223
      */
@@ -230,7 +229,7 @@  discard block
 block discarded – undo
230 229
     }
231 230
 
232 231
     /**
233
-     * @param object $object
232
+     * @param NodeInterface $object
234 233
      *
235 234
      * @return string
236 235
      */
@@ -426,7 +425,6 @@  discard block
 block discarded – undo
426 425
     }
427 426
 
428 427
     /**
429
-     * @param bool $continue
430 428
      *
431 429
      * @return $this
432 430
      */
@@ -457,7 +455,6 @@  discard block
 block discarded – undo
457 455
     /**
458 456
      * Triggered right after the flow stops
459 457
      *
460
-     * @param FlowStatusInterface $flowStatus
461 458
      *
462 459
      * @return $this
463 460
      */
Please login to merge, or discard this patch.