From ae68290acb484a8c711df64f2a3b9b42924dce37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Wer=C5=82os?= Date: Thu, 24 Jul 2025 18:30:03 +0200 Subject: [PATCH] `PhpdocNoSuperfluousParamFixerTest` - add tests with array shapes --- .../PhpdocNoSuperfluousParamFixerTest.php | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) 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' +