We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7010a commit da41503Copy full SHA for da41503
config/rector-argtyper.php
@@ -3,16 +3,13 @@
3
declare(strict_types=1);
4
5
// to local classes in Rector autoload if not run from the same project
6
-require __DIR__ . '/bin/autoload.php';
+require __DIR__ . '/../bin/autoload.php';
7
8
use Rector\ArgTyper\Rector\Rector\ClassMethod\AddClassMethodParamTypeRector;
9
use Rector\ArgTyper\Rector\Rector\Function_\AddFunctionParamTypeRector;
10
use Rector\Config\RectorConfig;
11
12
return RectorConfig::configure()
13
- ->withBootstrapFiles([
14
- __DIR__ . '/../bin/autoload.php'
15
- ])
16
->withSkip([
17
// run only on source code
18
'test',
0 commit comments