Small opcode optimizations

This commit is contained in:
DariusIII
2026-02-24 16:40:26 +01:00
parent 85ea45ad62
commit ec98395cde
29 changed files with 176 additions and 378 deletions
+2 -1
View File
@@ -26,6 +26,7 @@ return static function (RectorConfig $rectorConfig): void {
// define sets of rules
$rectorConfig->sets([
LaravelSetList::LARAVEL_100,
\Rector\Set\ValueObject\SetList::PHP_82,
\Rector\Set\ValueObject\SetList::PHP_84,
\Rector\Set\ValueObject\SetList::CODE_QUALITY,
]);
};