Completed
Branch master (ce2598)
by Fabrice
02:14
created
src/NodalFlow.php 1 patch
Doc Comments   +2 added lines, -5 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
      */
@@ -564,7 +561,7 @@  discard block
 block discarded – undo
564 561
     /**
565 562
      * KISS helper
566 563
      *
567
-     * @param type          $which
564
+     * @param string          $which
568 565
      * @param NodeInterface $node
569 566
      *
570 567
      * @return $this
Please login to merge, or discard this patch.
src/Nodes/NodeAbstract.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,6 @@
 block discarded – undo
115 115
     }
116 116
 
117 117
     /**
118
-     * @param type $isATraversable
119 118
      *
120 119
      * @throws \Exception
121 120
      */
Please login to merge, or discard this patch.