Skip to content

Commit

Permalink
Remove superfluous version config
Browse files Browse the repository at this point in the history
Co-authored-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
  • Loading branch information
MGatner and samsonasik committed May 26, 2022
1 parent 44f9fa0 commit 84fea9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@
$rectorConfig->phpstanConfig(__DIR__ . '/phpstan.neon.dist');
}

// Set the target version for refactoring
$rectorConfig->phpVersion(PhpVersion::PHP_74);

// Auto-import fully qualified class names
$rectorConfig->importNames();
Expand Down

0 comments on commit 84fea9c

Please sign in to comment.