Files
filament/rector.php
T
2025-02-04 10:33:18 +00:00

12 lines
218 B
PHP

<?php
use Rector\Config\RectorConfig;
return RectorConfig::configure()
->withPaths([
__DIR__ . '/packages',
])
->withTypeCoverageLevel(0)
->withDeadCodeLevel(0)
->withCodeQualityLevel(0);