Passed
Pull Request — master (#79)
by Dave
02:42
created
tests/Integration/UpgradeV0BaselineFilesTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
         return [
85 85
             ['phan', new PhanJsonIdentifier()],
86 86
             ['phpcs-json', new PhpCodeSnifferJsonIdentifier()],
87
-            ['phpcs-txt',  new PhpCodeSnifferJsonIdentifier()],
87
+            ['phpcs-txt', new PhpCodeSnifferJsonIdentifier()],
88 88
             ['phpmd', new PhpmdJsonIdentifier()],
89 89
             ['phpstan-json', new PhpstanJsonIdentifier()],
90 90
             ['phpstan-text', new PhpstanJsonIdentifier()],
Please login to merge, or discard this patch.