Completed
Push — master ( 8451c3...331575 )
by Sergi Tur
11:57 queued 04:15
created
tests/InstallCommandTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.