@@ -51,7 +51,7 @@ |
||
51 | 51 | * |
52 | 52 | * @param Bootstrap $bootstrap |
53 | 53 | * @param \Exception $exception |
54 | - * @return bool |
|
54 | + * @return boolean|null |
|
55 | 55 | */ |
56 | 56 | public function catchException(Bootstrap $bootstrap, \Exception $exception) |
57 | 57 | { |
@@ -28,7 +28,7 @@ |
||
28 | 28 | ) |
29 | 29 | ); |
30 | 30 | |
31 | - $this->output->writeln('<info>Created file: <comment>' . $outFile .'<comment></info>'); |
|
31 | + $this->output->writeln('<info>Created file: <comment>' . $outFile . '<comment></info>'); |
|
32 | 32 | |
33 | 33 | return true; |
34 | 34 | } |
@@ -51,7 +51,7 @@ |
||
51 | 51 | * |
52 | 52 | * @param Bootstrap $bootstrap |
53 | 53 | * @param \Exception $exception |
54 | - * @return bool |
|
54 | + * @return boolean|null |
|
55 | 55 | */ |
56 | 56 | public function catchException(Bootstrap $bootstrap, \Exception $exception) |
57 | 57 | { |
@@ -28,7 +28,7 @@ |
||
28 | 28 | ) |
29 | 29 | ); |
30 | 30 | |
31 | - $this->output->writeln('<info>Created file: <comment>' . $outFile .'<comment></info>'); |
|
31 | + $this->output->writeln('<info>Created file: <comment>' . $outFile . '<comment></info>'); |
|
32 | 32 | |
33 | 33 | return true; |
34 | 34 | } |
@@ -51,7 +51,7 @@ |
||
51 | 51 | * |
52 | 52 | * @param Bootstrap $bootstrap |
53 | 53 | * @param \Exception $exception |
54 | - * @return bool |
|
54 | + * @return boolean|null |
|
55 | 55 | */ |
56 | 56 | public function catchException(Bootstrap $bootstrap, \Exception $exception) |
57 | 57 | { |
@@ -28,7 +28,7 @@ |
||
28 | 28 | ) |
29 | 29 | ); |
30 | 30 | |
31 | - $this->output->writeln('<info>Created file: <comment>' . $outFile .'<comment></info>'); |
|
31 | + $this->output->writeln('<info>Created file: <comment>' . $outFile . '<comment></info>'); |
|
32 | 32 | |
33 | 33 | return true; |
34 | 34 | } |
@@ -51,7 +51,7 @@ |
||
51 | 51 | * |
52 | 52 | * @param Bootstrap $bootstrap |
53 | 53 | * @param \Exception $exception |
54 | - * @return bool |
|
54 | + * @return boolean|null |
|
55 | 55 | */ |
56 | 56 | public function catchException(Bootstrap $bootstrap, \Exception $exception) |
57 | 57 | { |
@@ -28,7 +28,7 @@ |
||
28 | 28 | ) |
29 | 29 | ); |
30 | 30 | |
31 | - $this->output->writeln('<info>Created file: <comment>' . $outFile .'<comment></info>'); |
|
31 | + $this->output->writeln('<info>Created file: <comment>' . $outFile . '<comment></info>'); |
|
32 | 32 | |
33 | 33 | return true; |
34 | 34 | } |
@@ -51,7 +51,7 @@ |
||
51 | 51 | * |
52 | 52 | * @param Bootstrap $bootstrap |
53 | 53 | * @param \Exception $exception |
54 | - * @return bool |
|
54 | + * @return boolean|null |
|
55 | 55 | */ |
56 | 56 | public function catchException(Bootstrap $bootstrap, \Exception $exception) |
57 | 57 | { |
@@ -51,7 +51,7 @@ |
||
51 | 51 | * |
52 | 52 | * @param Bootstrap $bootstrap |
53 | 53 | * @param \Exception $exception |
54 | - * @return bool |
|
54 | + * @return boolean|null |
|
55 | 55 | */ |
56 | 56 | public function catchException(Bootstrap $bootstrap, \Exception $exception) |
57 | 57 | { |
@@ -21,7 +21,7 @@ discard block |
||
21 | 21 | ) |
22 | 22 | ); |
23 | 23 | $this->output->writeln( |
24 | - '<info>Created file: <comment>' . $setupFolder . '/InstallSchema.php' .'<comment></info>' |
|
24 | + '<info>Created file: <comment>' . $setupFolder . '/InstallSchema.php' . '<comment></info>' |
|
25 | 25 | ); |
26 | 26 | |
27 | 27 | \file_put_contents( |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | ) |
33 | 33 | ); |
34 | 34 | $this->output->writeln( |
35 | - '<info>Created file: <comment>' . $setupFolder . '/InstallData.php' .'<comment></info>' |
|
35 | + '<info>Created file: <comment>' . $setupFolder . '/InstallData.php' . '<comment></info>' |
|
36 | 36 | ); |
37 | 37 | |
38 | 38 | \file_put_contents( |
@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | ) |
44 | 44 | ); |
45 | 45 | $this->output->writeln( |
46 | - '<info>Created file: <comment>' . $setupFolder . '/UpgradeSchema.php' .'<comment></info>' |
|
46 | + '<info>Created file: <comment>' . $setupFolder . '/UpgradeSchema.php' . '<comment></info>' |
|
47 | 47 | ); |
48 | 48 | |
49 | 49 | \file_put_contents( |
@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | ) |
55 | 55 | ); |
56 | 56 | $this->output->writeln( |
57 | - '<info>Created file: <comment>' . $setupFolder . '/UpgradeData.php' .'<comment></info>' |
|
57 | + '<info>Created file: <comment>' . $setupFolder . '/UpgradeData.php' . '<comment></info>' |
|
58 | 58 | ); |
59 | 59 | } |
60 | 60 | } |
@@ -9,7 +9,7 @@ |
||
9 | 9 | class InstallSampleData extends AbstractSubCommand |
10 | 10 | { |
11 | 11 | /** |
12 | - * @return bool |
|
12 | + * @return false|null |
|
13 | 13 | */ |
14 | 14 | public function execute() |
15 | 15 | { |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace N98\Magento\Command\Database\Maintain; |
4 | 4 | |
5 | -use Symfony\Component\Console\Output\NullOutput; |
|
6 | -use Symfony\Component\Console\Tester\ApplicationTester; |
|
7 | 5 | use Symfony\Component\Console\Tester\CommandTester; |
8 | 6 | use N98\Magento\Command\PHPUnit\TestCase; |
9 | 7 |
@@ -28,7 +28,7 @@ |
||
28 | 28 | ) |
29 | 29 | ); |
30 | 30 | |
31 | - $this->output->writeln('<info>Created file: <comment>' . $outFile .'<comment></info>'); |
|
31 | + $this->output->writeln('<info>Created file: <comment>' . $outFile . '<comment></info>'); |
|
32 | 32 | |
33 | 33 | return true; |
34 | 34 | } |