diff --git a/tests/Fixer/PhpdocNoSuperfluousParamFixerTest.php b/tests/Fixer/PhpdocNoSuperfluousParamFixerTest.php index b9f31962..380119dd 100644 --- a/tests/Fixer/PhpdocNoSuperfluousParamFixerTest.php +++ b/tests/Fixer/PhpdocNoSuperfluousParamFixerTest.php @@ -312,5 +312,27 @@ public function __construct(mixed $callback) {} } PHP, ]; + + yield [ + <<<'PHP' +