docs: update phpstan command with composer scripts

This commit is contained in:
kenjis 2024-07-29 15:39:55 +09:00
parent 78ed34b255
commit f5a265482a
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -260,7 +260,7 @@ PHPStan is expected to scan the entire framework by running this command in your
terminal:
```console
vendor/bin/phpstan analyse
composer phpstan:check
```
See also:
@ -272,7 +272,7 @@ false positive and should be ignored, the baseline can be updated with the follo
command:
```console
vendor/bin/phpstan analyze --generate-baseline phpstan-baseline.php
composer phpstan:baseline
```
#### Rector