Completed
Pull Request — master (#1)
by Harry
05:33 queued 02:35
created
src/Flow/FlowCollection.php 2 patches
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/data-flow
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/data-flow
12
- */ //partial
3
+     * This file is part of graze/data-flow
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/data-flow
12
+     */ //partial
13 13
 
14 14
 namespace Graze\DataFlow\Flow;
15 15
 
Please login to merge, or discard this 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.
src/FlowInterface.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/data-flow
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/data-flow
12
- */
3
+     * This file is part of graze/data-flow
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/data-flow
12
+     */
13 13
 
14 14
 namespace Graze\DataFlow;
15 15
 
Please login to merge, or discard this patch.
tests/src/RealFileTestCase.php 2 patches
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.
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/data-flow
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/data-flow
12
- */
3
+     * This file is part of graze/data-flow
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/data-flow
12
+     */
13 13
 
14 14
 namespace Graze\DataFlow;
15 15
 
Please login to merge, or discard this patch.
src/Flow.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/data-flow
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/data-flow
12
- */
3
+     * This file is part of graze/data-flow
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/data-flow
12
+     */
13 13
 
14 14
 namespace Graze\DataFlow;
15 15
 
Please login to merge, or discard this patch.
src/Flow/AbstractFlow.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/data-flow
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/data-flow
12
- */
3
+     * This file is part of graze/data-flow
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/data-flow
12
+     */
13 13
 
14 14
 namespace Graze\DataFlow;
15 15
 
Please login to merge, or discard this patch.
src/Flow/Callback.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/data-flow
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/data-flow
12
- */
3
+     * This file is part of graze/data-flow
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/data-flow
12
+     */
13 13
 
14 14
 namespace Graze\DataFlow;
15 15
 
Please login to merge, or discard this patch.
src/Flow/Collection/Each.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/data-flow
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/data-flow
12
- */
3
+     * This file is part of graze/data-flow
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/data-flow
12
+     */
13 13
 
14 14
 namespace Graze\DataFlow;
15 15
 
Please login to merge, or discard this patch.
src/Flow/Collection/Filter.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/data-flow
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/data-flow
12
- */
3
+     * This file is part of graze/data-flow
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/data-flow
12
+     */
13 13
 
14 14
 namespace Graze\DataFlow;
15 15
 
Please login to merge, or discard this patch.
src/Flow/Collection/First.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of graze/data-flow
4
- *
5
- * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
- * @link    https://github.com/graze/data-flow
12
- */
3
+     * This file is part of graze/data-flow
4
+     *
5
+     * Copyright (c) 2016 Nature Delivered Ltd. <https://www.graze.com>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @license https://github.com/graze/data-flow/blob/master/LICENSE.md
11
+     * @link    https://github.com/graze/data-flow
12
+     */
13 13
 
14 14
 namespace Graze\DataFlow;
15 15
 
Please login to merge, or discard this patch.