We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327e7c6 commit 22c1225Copy full SHA for 22c1225
rector-argtyper.php
@@ -11,7 +11,7 @@
11
12
return RectorConfig::configure()
13
->withBootstrapFiles([
14
- __DIR__ . '/vendor/autoload.php'
+ __DIR__ . '/bin/autoload.php'
15
])
16
->withRules([
17
AddFunctionParamTypeRector::class,
0 commit comments