Select Git revision
MENACER Mohamed authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
rector.php 240 B
<?php
declare(strict_types=1);
use Rector\Config\RectorConfig;
return RectorConfig::configure()
->withPaths([
__DIR__ . '/src',
__DIR__ . '/tests',
])
->withPhpSets(php83: true)
->withTypeCoverageLevel(0);