Skip to content

Commit da41503

Browse files
committed
autoload
1 parent 0e7010a commit da41503

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

config/rector-argtyper.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
33
declare(strict_types=1);
44

55
// to local classes in Rector autoload if not run from the same project
6-
require __DIR__ . '/bin/autoload.php';
6+
require __DIR__ . '/../bin/autoload.php';
77

88
use Rector\ArgTyper\Rector\Rector\ClassMethod\AddClassMethodParamTypeRector;
99
use Rector\ArgTyper\Rector\Rector\Function_\AddFunctionParamTypeRector;
1010
use Rector\Config\RectorConfig;
1111

1212
return RectorConfig::configure()
13-
->withBootstrapFiles([
14-
__DIR__ . '/../bin/autoload.php'
15-
])
1613
->withSkip([
1714
// run only on source code
1815
'test',

0 commit comments

Comments
 (0)