@@ -22,7 +22,7 @@ discard block |
||
| 22 | 22 | $command = $application->find('install'); |
| 23 | 23 | $commandTester = new CommandTester($command); |
| 24 | 24 | $commandTester->execute([ |
| 25 | - 'command' => $command->getName(). |
|
| 25 | + 'command' => $command->getName() . |
|
| 26 | 26 | '--force', |
| 27 | 27 | ]); |
| 28 | 28 | |
@@ -91,6 +91,6 @@ discard block |
||
| 91 | 91 | */ |
| 92 | 92 | private function fileHasContent($file, $content) |
| 93 | 93 | { |
| 94 | - return strpos(file_get_contents(getcwd().$file), $content) != false; |
|
| 94 | + return strpos(file_get_contents(getcwd() . $file), $content) != false; |
|
| 95 | 95 | } |
| 96 | 96 | } |