@@ -32,7 +32,7 @@ |
||
| 32 | 32 | /** |
| 33 | 33 | * @param InputInterface $input |
| 34 | 34 | * @param OutputInterface $output |
| 35 | - * @return bool |
|
| 35 | + * @return boolean|null |
|
| 36 | 36 | */ |
| 37 | 37 | protected function execute(InputInterface $input, OutputInterface $output) { |
| 38 | 38 | parent::_execute($input, $output); |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Created by Adam Jakab. |
|
| 4 | - * Date: 08/03/16 |
|
| 5 | - * Time: 16.07 |
|
| 6 | - */ |
|
| 3 | + * Created by Adam Jakab. |
|
| 4 | + * Date: 08/03/16 |
|
| 5 | + * Time: 16.07 |
|
| 6 | + */ |
|
| 7 | 7 | |
| 8 | 8 | namespace SuiteCrm\Install; |
| 9 | 9 | |