Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/jms/serializer/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/jms/serializer/rector.php

<?php

declare(strict_types=1);

use Rector\Config\RectorConfig;

return RectorConfig::configure()->withPaths([
    __DIR__ . '/src',
])
        ->withPhp74Sets();