Passed
Push — 5.0 ( 674e23...50290c )
by Luis
38s queued 11s
created
src/Parser/Code/Builders/TagTypeFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         $params = array_values(array_filter(
33 33
             $parameterTags,
34 34
             static fn (TagWithType|InvalidTag $parameter) =>
35
-               $parameter instanceof Param && "\${$parameter->getVariableName()}" === $parameterName
35
+                $parameter instanceof Param && "\${$parameter->getVariableName()}" === $parameterName
36 36
         ));
37 37
 
38 38
         if (count($params) < 1) {
Please login to merge, or discard this patch.