Skip to content

Commit

Permalink
Properly revert the unwanted test change..
Browse files Browse the repository at this point in the history
  • Loading branch information
herndlm committed Nov 26, 2023
1 parent 90ef54b commit b51abd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPStan/Analyser/data/reflection-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function test(
\ReflectionFunctionAbstract $reflectionFunctionAbstract,
\ReflectionParameter $reflectionParameter
){
assertType('ReflectionType|nulll', $reflectionProperty->getType());
assertType('ReflectionType|null', $reflectionProperty->getType());
assertType('ReflectionType|null', $reflectionFunctionAbstract->getReturnType());
assertType('ReflectionType|null', $reflectionParameter->getType());
}

0 comments on commit b51abd9

Please sign in to comment.