Passed
Pull Request — master (#247)
by Alessandro
02:39
created
src/SourceLocator/StaticClassMapSourceLocator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 
40 40
     protected function createLocatedSource(Identifier $identifier) : ?LocatedSource
41 41
     {
42
-        if (! $identifier->isClass()) {
42
+        if (!$identifier->isClass()) {
43 43
             return null;
44 44
         }
45 45
 
Please login to merge, or discard this patch.