@@ -39,7 +39,7 @@ |
||
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 |