@@ -1,15 +1,15 @@ |
||
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 |
@@ -1,15 +1,15 @@ |
||
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\Flow; |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
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\Flow; |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
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\Flow\Collection; |
15 | 15 |
@@ -50,7 +50,7 @@ |
||
50 | 50 | throw new InvalidArgumentException("The supplied $node is not a NodeCollectionInterface"); |
51 | 51 | } |
52 | 52 | |
53 | - $map = new Map(function (NodeInterface $item) { |
|
53 | + $map = new Map(function(NodeInterface $item) { |
|
54 | 54 | return $this->flow->flow($item); |
55 | 55 | }); |
56 | 56 | return $map->flow($node); |
@@ -1,15 +1,15 @@ |
||
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\Flow\Collection; |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
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\Flow\Collection; |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
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\Flow\Collection; |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
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\Flow\Collection; |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
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\Flow\File\Compression; |
15 | 15 |