Skip to content

Commit

Permalink
Add hint what file to include when no phpstan extension installer is …
Browse files Browse the repository at this point in the history
…used (#31)
  • Loading branch information
alexander-schranz authored Jul 8, 2024
1 parent 4743f30 commit 019d395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you care about code quality and type safety, add these 10 rules to your CI.
composer require rector/type-perfect --dev
```

*Note: Make sure you use [`phpstan/extension-installer`](https://github.com/phpstan/extension-installer#usage) to load the necessary service configs.*
*Note: Make sure you use [`phpstan/extension-installer`](https://github.com/phpstan/extension-installer#usage) to load the necessary service configs or include `vendor/rector/type-perfect/config/extension.neon` file.*

<br>

Expand Down

0 comments on commit 019d395

Please sign in to comment.