PATH:
home
/
vcomplcotr
/
www
/
wp-content
/
plugins
/
akeebabackupwp
/
app
/
vendor
/
akeeba
/
s3
<?php /** * Akeeba Engine * * @package akeebaengine * @copyright Copyright (c)2006-2026 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ 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, ]);
[+]
..
[-] README.md
[edit]
[+]
src
[-] composer.json
[edit]
[-] composer.lock
[edit]
[-] rector.php
[edit]