Skip to content

Commit 22c1225

Browse files
committed
fix path
1 parent 327e7c6 commit 22c1225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector-argtyper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
return RectorConfig::configure()
1313
->withBootstrapFiles([
14-
__DIR__ . '/vendor/autoload.php'
14+
__DIR__ . '/bin/autoload.php'
1515
])
1616
->withRules([
1717
AddFunctionParamTypeRector::class,

0 commit comments

Comments
 (0)