@@ -81,7 +81,7 @@ discard block |
||
| 81 | 81 | ); |
| 82 | 82 | |
| 83 | 83 | if (IOUtil::answerToBool($answer)) { |
| 84 | - $call = '\\CaptainHook' . '\\App' . '\\Hook\\PHP\\Action\\Linting'; |
|
| 84 | + $call = '\\CaptainHook' . '\\App' . '\\Hook\\PHP\\Action\\Linting'; |
|
| 85 | 85 | $config->addAction(new Config\Action($call)); |
| 86 | 86 | } |
| 87 | 87 | } |
@@ -124,7 +124,7 @@ discard block |
||
| 124 | 124 | ); |
| 125 | 125 | |
| 126 | 126 | if (IOUtil::answerToBool($answer)) { |
| 127 | - $call = $this->io->ask( |
|
| 127 | + $call = $this->io->ask( |
|
| 128 | 128 | ' <info>Enter the phpcs command you want to execute.</info> ' |
| 129 | 129 | . '<comment>[phpcs --standard=psr2 src]</comment> ', |
| 130 | 130 | 'phpcs --standard=psr2 src' |