Skip to content

Commit f5a2654

Browse files
committed
docs: update phpstan command with composer scripts
1 parent 78ed34b commit f5a2654

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contributing/pull_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ PHPStan is expected to scan the entire framework by running this command in your
260260
terminal:
261261

262262
```console
263-
vendor/bin/phpstan analyse
263+
composer phpstan:check
264264
```
265265

266266
See also:
@@ -272,7 +272,7 @@ false positive and should be ignored, the baseline can be updated with the follo
272272
command:
273273

274274
```console
275-
vendor/bin/phpstan analyze --generate-baseline phpstan-baseline.php
275+
composer phpstan:baseline
276276
```
277277

278278
#### Rector

0 commit comments

Comments
 (0)