@@ -1,16 +1,16 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * See class comment |
|
4 | - * |
|
5 | - * PHP Version 5 |
|
6 | - * |
|
7 | - * @category Netresearch |
|
8 | - * @package Netresearch\Kite |
|
9 | - * @subpackage Task |
|
10 | - * @author Christian Opitz <[email protected]> |
|
11 | - * @license http://www.netresearch.de Netresearch Copyright |
|
12 | - * @link http://www.netresearch.de |
|
13 | - */ |
|
3 | + * See class comment |
|
4 | + * |
|
5 | + * PHP Version 5 |
|
6 | + * |
|
7 | + * @category Netresearch |
|
8 | + * @package Netresearch\Kite |
|
9 | + * @subpackage Task |
|
10 | + * @author Christian Opitz <[email protected]> |
|
11 | + * @license http://www.netresearch.de Netresearch Copyright |
|
12 | + * @link http://www.netresearch.de |
|
13 | + */ |
|
14 | 14 | |
15 | 15 | namespace Netresearch\Kite\Task; |
16 | 16 | use Netresearch\Kite\Task; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | namespace Netresearch\Kite\Service; |
16 | 16 | |
17 | 17 | use Netresearch\Kite\Console\Output\Output; |
18 | - |
|
19 | 18 | use Symfony\Component\Console\Application; |
20 | 19 | use Symfony\Component\Console\Helper; |
21 | 20 | use Symfony\Component\Console\Input\InputInterface; |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * See class comment |
|
4 | - * |
|
5 | - * PHP Version 5 |
|
6 | - * |
|
7 | - * @category Netresearch |
|
8 | - * @package Netresearch\Kite\Workflow |
|
9 | - * @author Christian Opitz <[email protected]> |
|
10 | - * @license http://www.netresearch.de Netresearch Copyright |
|
11 | - * @link http://www.netresearch.de |
|
12 | - */ |
|
3 | + * See class comment |
|
4 | + * |
|
5 | + * PHP Version 5 |
|
6 | + * |
|
7 | + * @category Netresearch |
|
8 | + * @package Netresearch\Kite\Workflow |
|
9 | + * @author Christian Opitz <[email protected]> |
|
10 | + * @license http://www.netresearch.de Netresearch Copyright |
|
11 | + * @link http://www.netresearch.de |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | namespace Netresearch\Kite\Workflow; |
15 | 15 | use Netresearch\Kite\Exception; |
@@ -60,7 +60,7 @@ |
||
60 | 60 | public function assemble() |
61 | 61 | { |
62 | 62 | $this->callback( |
63 | - function () { |
|
63 | + function() { |
|
64 | 64 | $this->findLoaders(); |
65 | 65 | $file = $this->get('file'); |
66 | 66 | $this->console->getFilesystem()->ensureDirectoryExists(dirname($file)); |
@@ -60,7 +60,7 @@ |
||
60 | 60 | public function assemble() |
61 | 61 | { |
62 | 62 | $this->callback( |
63 | - function () { |
|
63 | + function() { |
|
64 | 64 | $this->findLoaders(); |
65 | 65 | $file = $this->get('file'); |
66 | 66 | $this->console->getFilesystem()->ensureDirectoryExists(dirname($file)); |
@@ -1,16 +1,16 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * See class comment |
|
4 | - * |
|
5 | - * PHP Version 5 |
|
6 | - * |
|
7 | - * @category Netresearch |
|
8 | - * @package Netresearch\Kite\Workflow |
|
9 | - * @subpackage Composer |
|
10 | - * @author Christian Opitz <[email protected]> |
|
11 | - * @license http://www.netresearch.de Netresearch Copyright |
|
12 | - * @link http://www.netresearch.de |
|
13 | - */ |
|
3 | + * See class comment |
|
4 | + * |
|
5 | + * PHP Version 5 |
|
6 | + * |
|
7 | + * @category Netresearch |
|
8 | + * @package Netresearch\Kite\Workflow |
|
9 | + * @subpackage Composer |
|
10 | + * @author Christian Opitz <[email protected]> |
|
11 | + * @license http://www.netresearch.de Netresearch Copyright |
|
12 | + * @link http://www.netresearch.de |
|
13 | + */ |
|
14 | 14 | |
15 | 15 | namespace Netresearch\Kite\Workflow\Composer; |
16 | 16 | use Netresearch\Kite\Service\Composer\Package; |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * See class comment |
|
4 | - * |
|
5 | - * PHP Version 5 |
|
6 | - * |
|
7 | - * @category Netresearch |
|
8 | - * @package Netresearch\Kite |
|
9 | - * @author Christian Opitz <[email protected]> |
|
10 | - * @license http://www.netresearch.de Netresearch Copyright |
|
11 | - * @link http://www.netresearch.de |
|
12 | - */ |
|
3 | + * See class comment |
|
4 | + * |
|
5 | + * PHP Version 5 |
|
6 | + * |
|
7 | + * @category Netresearch |
|
8 | + * @package Netresearch\Kite |
|
9 | + * @author Christian Opitz <[email protected]> |
|
10 | + * @license http://www.netresearch.de Netresearch Copyright |
|
11 | + * @link http://www.netresearch.de |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | namespace Netresearch\Kite; |
15 | 15 |
@@ -1,16 +1,16 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * See class comment |
|
4 | - * |
|
5 | - * PHP Version 5 |
|
6 | - * |
|
7 | - * @category Netresearch |
|
8 | - * @package Netresearch\Kite |
|
9 | - * @subpackage Task |
|
10 | - * @author Christian Opitz <[email protected]> |
|
11 | - * @license http://www.netresearch.de Netresearch Copyright |
|
12 | - * @link http://www.netresearch.de |
|
13 | - */ |
|
3 | + * See class comment |
|
4 | + * |
|
5 | + * PHP Version 5 |
|
6 | + * |
|
7 | + * @category Netresearch |
|
8 | + * @package Netresearch\Kite |
|
9 | + * @subpackage Task |
|
10 | + * @author Christian Opitz <[email protected]> |
|
11 | + * @license http://www.netresearch.de Netresearch Copyright |
|
12 | + * @link http://www.netresearch.de |
|
13 | + */ |
|
14 | 14 | |
15 | 15 | namespace Netresearch\Kite\Task; |
16 | 16 | use Netresearch\Kite\Task; |
@@ -1,16 +1,16 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * See class comment |
|
4 | - * |
|
5 | - * PHP Version 5 |
|
6 | - * |
|
7 | - * @category Netresearch |
|
8 | - * @package Netresearch\Kite |
|
9 | - * @subpackage Task |
|
10 | - * @author Christian Opitz <[email protected]> |
|
11 | - * @license http://www.netresearch.de Netresearch Copyright |
|
12 | - * @link http://www.netresearch.de |
|
13 | - */ |
|
3 | + * See class comment |
|
4 | + * |
|
5 | + * PHP Version 5 |
|
6 | + * |
|
7 | + * @category Netresearch |
|
8 | + * @package Netresearch\Kite |
|
9 | + * @subpackage Task |
|
10 | + * @author Christian Opitz <[email protected]> |
|
11 | + * @license http://www.netresearch.de Netresearch Copyright |
|
12 | + * @link http://www.netresearch.de |
|
13 | + */ |
|
14 | 14 | |
15 | 15 | namespace Netresearch\Kite\Task; |
16 | 16 | use Netresearch\Kite\Task; |
@@ -1,16 +1,16 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * See class comment |
|
4 | - * |
|
5 | - * PHP Version 5 |
|
6 | - * |
|
7 | - * @category Netresearch |
|
8 | - * @package Netresearch\Kite |
|
9 | - * @subpackage Task |
|
10 | - * @author Christian Opitz <[email protected]> |
|
11 | - * @license http://www.netresearch.de Netresearch Copyright |
|
12 | - * @link http://www.netresearch.de |
|
13 | - */ |
|
3 | + * See class comment |
|
4 | + * |
|
5 | + * PHP Version 5 |
|
6 | + * |
|
7 | + * @category Netresearch |
|
8 | + * @package Netresearch\Kite |
|
9 | + * @subpackage Task |
|
10 | + * @author Christian Opitz <[email protected]> |
|
11 | + * @license http://www.netresearch.de Netresearch Copyright |
|
12 | + * @link http://www.netresearch.de |
|
13 | + */ |
|
14 | 14 | |
15 | 15 | namespace Netresearch\Kite\Task; |
16 | 16 | use Netresearch\Kite\Task; |
@@ -1,16 +1,16 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * See class comment |
|
4 | - * |
|
5 | - * PHP Version 5 |
|
6 | - * |
|
7 | - * @category Netresearch |
|
8 | - * @package Netresearch\Kite |
|
9 | - * @subpackage Task |
|
10 | - * @author Christian Opitz <[email protected]> |
|
11 | - * @license http://www.netresearch.de Netresearch Copyright |
|
12 | - * @link http://www.netresearch.de |
|
13 | - */ |
|
3 | + * See class comment |
|
4 | + * |
|
5 | + * PHP Version 5 |
|
6 | + * |
|
7 | + * @category Netresearch |
|
8 | + * @package Netresearch\Kite |
|
9 | + * @subpackage Task |
|
10 | + * @author Christian Opitz <[email protected]> |
|
11 | + * @license http://www.netresearch.de Netresearch Copyright |
|
12 | + * @link http://www.netresearch.de |
|
13 | + */ |
|
14 | 14 | |
15 | 15 | namespace Netresearch\Kite\Task; |
16 | 16 | use Netresearch\Kite\Task; |