Skip to content

Commit

Permalink
Update rector/rector requirement from ^0.19.0 to ^1.0.0 (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <[email protected]>
  • Loading branch information
dependabot[bot] and vjik authored Feb 8, 2024
1 parent 22aabb6 commit c479ba5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"require-dev": {
"maglnet/composer-require-checker": "^4.2",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.19.0",
"rector/rector": "^1.0.0",
"roave/infection-static-analysis-plugin": "^1.25",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.30|^5.1",
Expand Down
2 changes: 0 additions & 2 deletions src/Target/TargetInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ public function collect(array $messages): void;

/**
* Enable or disable target.
*
* @param bool $value
*/
public function enable(bool $value = true): void;
}

0 comments on commit c479ba5

Please sign in to comment.