Passed
Push — develop ( 9169a6...9bdfa7 )
by nguereza
01:33
created
src/PlatineTestCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -264,7 +264,7 @@
 block discarded – undo
264 264
      */
265 265
     public function assertCommandOutput(string $expected, string $output): void
266 266
     {
267
-        if(DIRECTORY_SEPARATOR === '/'){
267
+        if (DIRECTORY_SEPARATOR === '/') {
268 268
             $this->assertEquals($expected, $output);
269 269
         } else {
270 270
             $expected = str_replace("\n", "\r\n", str_replace("\r", '', $expected));
Please login to merge, or discard this patch.