Passed
Pull Request — master (#15)
by James
03:16
created
src/Git/Revision.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Roave\ApiCompare\Git;
5 5
 
Please login to merge, or discard this patch.
src/Command/ApiCompare.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Roave\ApiCompare\Command;
5 5
 
@@ -71,8 +71,8 @@  discard block
 block discarded – undo
71 71
         try {
72 72
             (new SymfonyConsoleTextFormatter($output))->write(
73 73
                 (new Comparator())->compare(
74
-                    $this->reflectorFactory->__invoke((string)$fromPath . '/src/'),
75
-                    $this->reflectorFactory->__invoke((string)$toPath . '/src/')
74
+                    $this->reflectorFactory->__invoke((string) $fromPath.'/src/'),
75
+                    $this->reflectorFactory->__invoke((string) $toPath.'/src/')
76 76
                 )
77 77
             );
78 78
         } finally {
Please login to merge, or discard this patch.