Skip to content

Commit

Permalink
Update rector/rector requirement from ^0.17.7 to ^0.18.3 (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
  • Loading branch information
dependabot[bot] and vjik committed Sep 13, 2023
1 parent 480330e commit e74b93e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -30,7 +30,7 @@
"require-dev": {
"maglnet/composer-require-checker": "^4.3",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.17.7",
"rector/rector": "^0.18.3",
"roave/infection-static-analysis-plugin": "^1.16",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.30|^5.13",
Expand Down
2 changes: 0 additions & 2 deletions rector.php
Expand Up @@ -4,7 +4,6 @@

use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector;
use Rector\Config\RectorConfig;
use Rector\Php56\Rector\FunctionLike\AddDefaultValueForUndefinedVariableRector;
use Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector;
use Rector\Set\ValueObject\LevelSetList;

Expand All @@ -24,6 +23,5 @@

$rectorConfig->skip([
ClosureToArrowFunctionRector::class,
AddDefaultValueForUndefinedVariableRector::class,
]);
};
2 changes: 0 additions & 2 deletions src/Dropdown.php
Expand Up @@ -245,12 +245,10 @@ public function linkOptions(array $options): self
/**
* Renders menu items.
*
* @param Ul $layout
* @param array $items the menu items to be rendered
*
* @throws InvalidConfigException|JsonException|RuntimeException if the label option is not specified in one of the
* items.
*
* @return string the rendering result.
*/
private function renderItems(Ul $layout, array $items): string
Expand Down

0 comments on commit e74b93e

Please sign in to comment.