We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -632,7 +632,7 @@ |
||
632 | 632 | |
633 | 633 | $config = []; |
634 | 634 | foreach($files as $file) { |
635 | - $config += self::cleanConfig($this->parser('parse', new SplFileInfo($file), $this->containerBuilder, $this->parserConfig)); |
|
635 | + $config += self::cleanConfig($this->parser('parse', new SplFileInfo($file), $this->containerBuilder, $this->parserConfig)); |
|
636 | 636 | } |
637 | 637 | |
638 | 638 | $this->assertSame([ |