1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00
This commit is contained in:
Ivan 2019-06-20 16:05:22 +03:00 committed by Matthew Brown
parent 5b6c077c0b
commit 5bb28cc493

View File

@ -29,7 +29,7 @@ Updating code is inherently risky, doing so automatically is even more so. I've
You can pass in your own manipulation plugins e.g.
```bash
vendor/bin/psalter --plugin=vendor/vimeo/psalm/examples/ClassUnqualifier.php --dry-run
vendor/bin/psalter --plugin=vendor/vimeo/psalm/examples/plugins/ClassUnqualifier.php --dry-run
```
The above example plugin converts all unnecessarily qualified classnames in your code to shorter aliased versions.