diff --git a/tests/ModalTest.php b/tests/ModalTest.php index 5bc5fc68..7513df85 100644 --- a/tests/ModalTest.php +++ b/tests/ModalTest.php @@ -611,7 +611,6 @@ public static function screenSizeDataProvider(): array /** * @dataProvider screenSizeDataProvider - * @param string $size * @param string $exprected * @throws \Yiisoft\Definitions\Exception\CircularReferenceException * @throws \Yiisoft\Definitions\Exception\InvalidConfigException diff --git a/tests/NavBarTest.php b/tests/NavBarTest.php index b76a06a6..f7fd30f4 100644 --- a/tests/NavBarTest.php +++ b/tests/NavBarTest.php @@ -565,8 +565,6 @@ public static function colorThemeDataProvider(): array /** * @dataProvider colorThemeDataProvider - * @param string $theme - * @param string $expected * @throws \Yiisoft\Definitions\Exception\CircularReferenceException * @throws \Yiisoft\Definitions\Exception\InvalidConfigException * @throws \Yiisoft\Definitions\Exception\NotInstantiableException @@ -613,7 +611,6 @@ public static function toggleWidgetDataProvider(): array /** * @dataProvider toggleWidgetDataProvider * @param Collapse|Offcanvas|null $widget - * @param string $expected */ public function testToggle(?string $widget, string $expected): void {