PATH:
home
/
vcomplcotr
/
www
/
wp-content
/
plugins
/
akeebabackupwp
/
app
/
vendor
/
akeeba
/
awf
<?php declare(strict_types=1); use Rector\Config\RectorConfig; use Rector\Set\ValueObject\LevelSetList; return \Rector\Config\RectorConfig::configure() ->withPaths([__DIR__ . '/src']) ->withPhpVersion(Rector\ValueObject\PhpVersion::PHP_84) ->withRules([ Rector\Php84\Rector\Param\ExplicitNullableParamTypeRector::class, ]);
[+]
..
[-] MIGRATION.md
[edit]
[-] CLAUDE.md
[edit]
[-] README.md
[edit]
[+]
src
[-] rector.php
[edit]
[-] composer.json
[edit]
[+]
language