@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * TYPO3 specific configuration |
|
4 | - * |
|
5 | - * PHP Version 5 |
|
6 | - * |
|
7 | - * @category Netresearch |
|
8 | - * @package Kite |
|
9 | - * @author Christian Opitz <[email protected]> |
|
10 | - * @license http://www.netresearch.de Netresearch Copyright |
|
11 | - * @link http://www.netresearch.de |
|
12 | - */ |
|
3 | + * TYPO3 specific configuration |
|
4 | + * |
|
5 | + * PHP Version 5 |
|
6 | + * |
|
7 | + * @category Netresearch |
|
8 | + * @package 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 | /* @var $this \Netresearch\Kite\Service\Config */ |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Common configuration |
|
4 | - * |
|
5 | - * PHP Version 5 |
|
6 | - * |
|
7 | - * @category Netresearch |
|
8 | - * @package Kite |
|
9 | - * @author Christian Opitz <[email protected]> |
|
10 | - * @license http://www.netresearch.de Netresearch Copyright |
|
11 | - * @link http://www.netresearch.de |
|
12 | - */ |
|
3 | + * Common configuration |
|
4 | + * |
|
5 | + * PHP Version 5 |
|
6 | + * |
|
7 | + * @category Netresearch |
|
8 | + * @package 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 | /* @var $this \Netresearch\Kite\Service\Config */ |
15 | 15 |
@@ -49,7 +49,7 @@ |
||
49 | 49 | ], |
50 | 50 | 'task' => [ |
51 | 51 | 'type' => 'callback', |
52 | - 'callback' => function (\Netresearch\Kite\Job $job) { |
|
52 | + 'callback' => function(\Netresearch\Kite\Job $job) { |
|
53 | 53 | $git = $job->get('git'); |
54 | 54 | $command = $job->get('cmd'); |
55 | 55 | foreach ($job->get('composer.packages') as $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 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 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 | error_reporting(error_reporting() ^ E_STRICT); |
15 | 15 |
@@ -27,9 +27,9 @@ |
||
27 | 27 | } |
28 | 28 | } |
29 | 29 | |
30 | -if ((!$loader = includeIfExists(__DIR__.'/vendor/autoload.php')) && (!$loader = includeIfExists(__DIR__.'/../../autoload.php'))) { |
|
31 | - die('You must set up the project dependencies, run the following commands:'.PHP_EOL. |
|
32 | - 'curl -s http://getcomposer.org/installer | php'.PHP_EOL. |
|
33 | - 'php composer.phar install'.PHP_EOL); |
|
30 | +if ((!$loader = includeIfExists(__DIR__ . '/vendor/autoload.php')) && (!$loader = includeIfExists(__DIR__ . '/../../autoload.php'))) { |
|
31 | + die('You must set up the project dependencies, run the following commands:' . PHP_EOL . |
|
32 | + 'curl -s http://getcomposer.org/installer | php' . PHP_EOL . |
|
33 | + 'php composer.phar install' . PHP_EOL); |
|
34 | 34 | } |
35 | 35 | ?> |
@@ -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\Service\Factory |
|
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\Service\Factory |
|
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\Service\Factory; |
15 | 15 |
@@ -179,7 +179,7 @@ |
||
179 | 179 | } |
180 | 180 | } |
181 | 181 | } elseif (!is_subclass_of(ltrim($definition, '\\'), 'Netresearch\\Kite\\' . $ucType)) { |
182 | - throw new Exception($definition .' must extend Netresearch\\Kite\\' . $ucType); |
|
182 | + throw new Exception($definition . ' must extend Netresearch\\Kite\\' . $ucType); |
|
183 | 183 | } |
184 | 184 | return $definition; |
185 | 185 | } |
@@ -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\Service; |
15 | 15 | use Netresearch\Kite\Exception; |
@@ -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\Service\Composer |
|
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\Service\Composer |
|
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\Service\Composer; |
15 | 15 | use Netresearch\Kite\Exception; |
@@ -1,22 +1,22 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of Composer. |
|
4 | - * |
|
5 | - * (c) Nils Adermann <[email protected]> |
|
6 | - * Jordi Boggiano <[email protected]> |
|
7 | - * |
|
8 | - * For the full copyright and license information, please view the LICENSE |
|
9 | - * file that was distributed with this source code. |
|
10 | - * |
|
11 | - * PHP Version 5 |
|
12 | - * |
|
13 | - * @category Netresearch |
|
14 | - * @package Netresearch\Kite |
|
15 | - * @subpackage Service |
|
16 | - * @author Christian Opitz <[email protected]> |
|
17 | - * @license https://github.com/composer/composer/blob/master/LICENSE Composer license |
|
18 | - * @link http://www.netresearch.de |
|
19 | - */ |
|
3 | + * This file is part of Composer. |
|
4 | + * |
|
5 | + * (c) Nils Adermann <[email protected]> |
|
6 | + * Jordi Boggiano <[email protected]> |
|
7 | + * |
|
8 | + * For the full copyright and license information, please view the LICENSE |
|
9 | + * file that was distributed with this source code. |
|
10 | + * |
|
11 | + * PHP Version 5 |
|
12 | + * |
|
13 | + * @category Netresearch |
|
14 | + * @package Netresearch\Kite |
|
15 | + * @subpackage Service |
|
16 | + * @author Christian Opitz <[email protected]> |
|
17 | + * @license https://github.com/composer/composer/blob/master/LICENSE Composer license |
|
18 | + * @link http://www.netresearch.de |
|
19 | + */ |
|
20 | 20 | |
21 | 21 | namespace Netresearch\Kite\Service; |
22 | 22 |
@@ -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 |