@@ -75,7 +75,7 @@ |
||
75 | 75 | } |
76 | 76 | |
77 | 77 | $parameterType = $method->getParameters()[0]->getType(); |
78 | - if (! $parameterType instanceof ReflectionNamedType) { |
|
78 | + if (!$parameterType instanceof ReflectionNamedType) { |
|
79 | 79 | return null; |
80 | 80 | } |
81 | 81 |