Skip to content

Commit

Permalink
Rector: Make formatting consistent
Browse files Browse the repository at this point in the history
All other methods with arrays are split across multiple lines,
we may as well do that too here for consistency.
  • Loading branch information
philbates35 committed Feb 23, 2024
1 parent 6940653 commit fc7b4fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
// Larastan's bootstrap file doesn't run when Rector boots PHPStan, so we need to include it manually. See:
// * https://github.com/rectorphp/rector/issues/8006
// * https://github.com/larastan/larastan/issues/1664#issuecomment-1637152828
->withBootstrapFiles([__DIR__ . '/vendor/larastan/larastan/bootstrap.php'])
->withBootstrapFiles([
__DIR__ . '/vendor/larastan/larastan/bootstrap.php',
])
->withPHPStanConfigs([
__DIR__ . '/phpstan.neon.dist',
])
Expand Down

0 comments on commit fc7b4fc

Please sign in to comment.