Completed
Pull Request — master (#1)
by Harry
05:33 queued 02:35
created
src/Flow/FlowCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * FlowCollection constructor.
30 30
      *
31
-     * @param FlowInterface[] $flows
31
+     * @param \Mockery\MockInterface $flows
32 32
      */
33 33
     public function __construct(...$flows)
34 34
     {
Please login to merge, or discard this patch.
tests/src/RealFileTestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     /**
55 55
      * Delete the folder and all files/folders within it
56 56
      *
57
-     * @param $path
57
+     * @param string $path
58 58
      *
59 59
      * @return bool
60 60
      */
Please login to merge, or discard this patch.