@@ -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 | - */ //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 | |
@@ -28,7 +28,7 @@ |
||
| 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 | { |
@@ -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 | |
@@ -54,7 +54,7 @@ |
||
| 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 | */ |
@@ -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; |
| 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; |
| 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; |
| 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; |
| 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; |
| 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; |
| 15 | 15 | |