Passed
Push — main ( 12f243...150a56 )
by Breno
01:53
created
src/Handler/ClassMethod/Extractor/MethodFirstParameterExtractor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.