Passed
Push — dependabot/npm_and_yarn/semant... ( 8258be )
by
unknown
04:40
created
src/Parser/Code/Builders/TagTypeFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
         $params = array_values(array_filter(
35 35
             $parameterTags,
36 36
             static fn (TagWithType|InvalidTag $parameter): bool =>
37
-               $parameter instanceof Param && "\${$parameter->getVariableName()}" === $parameterName
37
+                $parameter instanceof Param && "\${$parameter->getVariableName()}" === $parameterName
38 38
         ));
39 39
 
40 40
         if (count($params) < 1) {
Please login to merge, or discard this patch.