Completed
Push — master ( 28d4c3...f35ada )
by Jefersson
13s
created
src/Command/Checker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
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
                 }
Please login to merge, or discard this patch.