Your IP : 216.73.216.84


Current Path : /home/helpink/www/administrator/components/com_akeebabackup/vendor/akeeba/s3/
Upload File :
Current File : /home/helpink/www/administrator/components/com_akeebabackup/vendor/akeeba/s3/rector.php

<?php

declare(strict_types=1);

return \Rector\Config\RectorConfig::configure()
    ->withPaths([
            __DIR__ . '/src',
        ])
    ->withPhpVersion(Rector\ValueObject\PhpVersion::PHP_84)
    ->withRules([
        Rector\Php84\Rector\Param\ExplicitNullableParamTypeRector::class,
    ]);