Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Feb 18, 2022
1 parent 9f98873 commit 3fe7723
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/target-repository/docs/rector_rules_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3349,9 +3349,7 @@ return static function (ContainerConfigurator $containerConfigurator): void {
$services = $containerConfigurator->services();

$services->set(RemovePhpVersionIdCheckRector::class)
->configure([
RemovePhpVersionIdCheckRector::PHP_VERSION_CONSTRAINT => 80000,
]);
->configure([80000]);
};
```

Expand Down

0 comments on commit 3fe7723

Please sign in to comment.