Completed
Push — master ( fd2846...620812 )
by Fabrice
04:39 queued 01:14
created
src/NodalFlow.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -274,7 +274,7 @@
 block discarded – undo
274 274
     /**
275 275
      * Generate a friendly (read humanly distinguishable) object hash
276 276
      *
277
-     * @param object $object
277
+     * @param NodeInterface $object
278 278
      *
279 279
      * @return string
280 280
      */
Please login to merge, or discard this patch.
src/Flows/FlowStatus.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,6 @@
 block discarded – undo
100 100
 
101 101
     /**
102 102
      * Return the Flow status
103
-
104 103
      * @return string The flow status
105 104
      */
106 105
     public function getStatus()
Please login to merge, or discard this patch.