withPaths([ // __DIR__ . '/../app', __DIR__ . '/../app/Http', // __DIR__ . '/../bootstrap', // __DIR__ . '/../config', // __DIR__ . '/../public', // __DIR__ . '/../resources', // __DIR__ . '/../routes', // __DIR__ . '/../tests', ]) // uncomment to reach your current PHP version ->withPhpSets() ->withPreparedSets( codingStyle : false, // leave false privatization: false, // leave false. naming : false, // leave false instanceOf : true, earlyReturn : false, strictBooleans : false, carbon : false, rectorPreset : false, phpunitCodeQuality : false, doctrineCodeQuality: false, symfonyCodeQuality : false, symfonyConfigs : false ) ->withComposerBased( twig: true, doctrine: true, phpunit: true, symfony: true) ->withTypeCoverageLevel(0) ->withDeadCodeLevel(0) ->withCodeQualityLevel(0) ->withImportNames(removeUnusedImports: true);// import statements instead of full classes.