D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
plib
/
vendor
/
jms
/
serializer
/
Filename :
rector.php
back
Copy
<?php declare(strict_types=1); use Rector\Config\RectorConfig; return RectorConfig::configure()->withPaths([ __DIR__ . '/src', ]) ->withPhp74Sets();