| /rector.php |
|---|
| 14,7 → 14,7 |
| ]); |
| // Uncomment and set this to your target PHP version |
| $rectorConfig->phpVersion(PHP_VERSION_ID); // for PHP 8, this might be 80000 for 8.0 |
| $rectorConfig->phpVersion(80100); // for PHP 8, this might be 80000 for 8.0 |
| // Include sets of rules for PHP version upgrades |
| // For upgrading to PHP 8.0 |