Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Nov 15, 2023
1 parent 206fa26 commit f65900f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -859,11 +859,11 @@ Use the [nova-enum-field](https://github.com/simplesquid/nova-enum-field) packag

## PHPStan Integration

If you are using [PHPStan](https://github.com/phpstan/phpstan) for static
analysis, you can enable the extension for proper recognition of the
magic instantiation methods.
If you are using [PHPStan](https://github.com/phpstan/phpstan) for static analysis, enable the extension for:
- proper recognition of the magic instantiation methods
- detection of duplicate enum values

Add the following to your projects `phpstan.neon` includes:
Use [PHPStan Extension Installer](https://github.com/phpstan/extension-installer) or add the following to your projects `phpstan.neon` includes:

```neon
includes:
Expand Down

0 comments on commit f65900f

Please sign in to comment.