@@ -264,7 +264,7 @@ |
||
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)); |