@@ -59,7 +59,7 @@ |
||
| 59 | 59 | /* @var $file \Symfony\Component\Finder\SplFileInfo */ |
| 60 | 60 | foreach ($finder as $directory) { |
| 61 | 61 | foreach ($directory as $file) { |
| 62 | - if (! $this->docIsCompatible($validator, $file->getContents())) { |
|
| 62 | + if (!$this->docIsCompatible($validator, $file->getContents())) { |
|
| 63 | 63 | defined('FAILED') ?: define('FAILED', 1); |
| 64 | 64 | $output->writeln('-> ' . $file->getRelativePathname()); |
| 65 | 65 | } |