Skip to content

Commit

Permalink
Apply Rector changes (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored and github-actions[bot] committed Dec 27, 2023
1 parent fa20325 commit 033183f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/ModalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions tests/NavBarTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
{
Expand Down

0 comments on commit 033183f

Please sign in to comment.