@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @package: Chapi |
|
4 | - * |
|
5 | - * @author: msiebeneicher |
|
6 | - * @since: 2015-07-28 |
|
7 | - * |
|
8 | - */ |
|
3 | + * @package: Chapi |
|
4 | + * |
|
5 | + * @author: msiebeneicher |
|
6 | + * @since: 2015-07-28 |
|
7 | + * |
|
8 | + */ |
|
9 | 9 | namespace Chapi; |
10 | 10 | |
11 | 11 | use Symfony\Component\Console\Application; |
@@ -1,11 +1,11 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @package: chapi |
|
4 | - * |
|
5 | - * @author: msiebeneicher |
|
6 | - * @since: 2015-07-21 |
|
7 | - * |
|
8 | - */ |
|
3 | + * @package: chapi |
|
4 | + * |
|
5 | + * @author: msiebeneicher |
|
6 | + * @since: 2015-07-21 |
|
7 | + * |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | |
11 | 11 | namespace Chapi\Commands; |
@@ -44,22 +44,22 @@ discard block |
||
44 | 44 | private static $sHomeDir = ''; |
45 | 45 | |
46 | 46 | /** |
47 | - * Executes the current command. |
|
48 | - * |
|
49 | - * This method is not abstract because you can use this class |
|
50 | - * as a concrete class. In this case, instead of defining the |
|
51 | - * execute() method, you set the code to execute by passing |
|
52 | - * a Closure to the setCode() method. |
|
53 | - * |
|
54 | - * @param InputInterface $oInput An InputInterface instance |
|
55 | - * @param OutputInterface $oOutput An OutputInterface instance |
|
56 | - * |
|
57 | - * @return integer null or 0 if everything went fine, or an error code |
|
58 | - * |
|
59 | - * @throws \LogicException When this abstract method is not implemented |
|
60 | - * |
|
61 | - * @see setCode() |
|
62 | - */ |
|
47 | + * Executes the current command. |
|
48 | + * |
|
49 | + * This method is not abstract because you can use this class |
|
50 | + * as a concrete class. In this case, instead of defining the |
|
51 | + * execute() method, you set the code to execute by passing |
|
52 | + * a Closure to the setCode() method. |
|
53 | + * |
|
54 | + * @param InputInterface $oInput An InputInterface instance |
|
55 | + * @param OutputInterface $oOutput An OutputInterface instance |
|
56 | + * |
|
57 | + * @return integer null or 0 if everything went fine, or an error code |
|
58 | + * |
|
59 | + * @throws \LogicException When this abstract method is not implemented |
|
60 | + * |
|
61 | + * @see setCode() |
|
62 | + */ |
|
63 | 63 | protected function execute(InputInterface $oInput, OutputInterface $oOutput) |
64 | 64 | { |
65 | 65 | $this->oInput = $oInput; |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @package: chapi |
|
4 | - * |
|
5 | - * @author: msiebeneicher |
|
6 | - * @since: 2015-08-02 |
|
7 | - * |
|
8 | - */ |
|
3 | + * @package: chapi |
|
4 | + * |
|
5 | + * @author: msiebeneicher |
|
6 | + * @since: 2015-08-02 |
|
7 | + * |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | |
11 | 11 | namespace Chapi\Commands; |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @package: chapi |
|
4 | - * |
|
5 | - * @author: msiebeneicher |
|
6 | - * @since: 2015-09-20 |
|
7 | - * |
|
8 | - * @link: http:// |
|
9 | - */ |
|
3 | + * @package: chapi |
|
4 | + * |
|
5 | + * @author: msiebeneicher |
|
6 | + * @since: 2015-09-20 |
|
7 | + * |
|
8 | + * @link: http:// |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | namespace Chapi\Commands; |
12 | 12 |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @package: chapi |
|
4 | - * |
|
5 | - * @author: msiebeneicher |
|
6 | - * @since: 2015-09-20 |
|
7 | - * |
|
8 | - */ |
|
3 | + * @package: chapi |
|
4 | + * |
|
5 | + * @author: msiebeneicher |
|
6 | + * @since: 2015-09-20 |
|
7 | + * |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | |
11 | 11 | namespace Chapi\Component\Command; |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @package: chapi |
|
4 | - * |
|
5 | - * @author: msiebeneicher |
|
6 | - * @since: 2015-09-02 |
|
7 | - */ |
|
3 | + * @package: chapi |
|
4 | + * |
|
5 | + * @author: msiebeneicher |
|
6 | + * @since: 2015-09-02 |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | namespace Chapi\Component\Command; |
10 | 10 |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @package: chapi |
|
4 | - * |
|
5 | - * @author: msiebeneicher |
|
6 | - * @since: 2015-07-30 |
|
7 | - * |
|
8 | - */ |
|
3 | + * @package: chapi |
|
4 | + * |
|
5 | + * @author: msiebeneicher |
|
6 | + * @since: 2015-07-30 |
|
7 | + * |
|
8 | + */ |
|
9 | 9 | namespace Chapi\Component\Comparison; |
10 | 10 | |
11 | 11 |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @package: chapi |
|
4 | - * |
|
5 | - * @author: msiebeneicher |
|
6 | - * @since: 2015-09-10 |
|
7 | - */ |
|
3 | + * @package: chapi |
|
4 | + * |
|
5 | + * @author: msiebeneicher |
|
6 | + * @since: 2015-09-10 |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | |
10 | 10 | namespace Chapi\Entity\Chronos; |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @package: chapi |
|
4 | - * |
|
5 | - * @author: msiebeneicher |
|
6 | - * @since: 2015-09-25 |
|
7 | - * |
|
8 | - * @link: https://github.com/msiebeneicher/chapi/issues/36 |
|
9 | - */ |
|
3 | + * @package: chapi |
|
4 | + * |
|
5 | + * @author: msiebeneicher |
|
6 | + * @since: 2015-09-25 |
|
7 | + * |
|
8 | + * @link: https://github.com/msiebeneicher/chapi/issues/36 |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | |
12 | 12 | namespace Chapi\Entity\DatePeriod; |