Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley committed Mar 18, 2024
1 parent 130a5a6 commit 30cc558
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@
use Rector\ValueObject\PhpVersion;

return static function (RectorConfig $rectorConfig): void {
$dir = getcwd();

$rectorConfig->paths([
__DIR__.'/app',
$dir.'/app',
]);

$rectorConfig->bootstrapFiles([
__DIR__.'/vendor/nunomaduro/larastan/bootstrap.php',
$dir.'/vendor/nunomaduro/larastan/bootstrap.php',
]);

$rectorConfig->phpVersion(PhpVersion::PHP_82);
Expand Down

0 comments on commit 30cc558

Please sign in to comment.