1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Update refactoring.md

This commit is contained in:
mattdfloyd 2019-06-14 12:50:44 -04:00 committed by Matthew Brown
parent 7a6395490c
commit 6f6054f36d

View File

@ -10,7 +10,7 @@ Psalm has a refactoring tool you can access with either `vendor/bin/psalm-refact
vendor/bin/psalm-refactor --move "Ns1\Foo" --into "Ns2"
```
This ttells Psalm to move class `Ns1\Foo` into the namespace `Ns2`, so any reference to `Ns1\Foo` becomes `Ns2\Foo`).
This tells Psalm to move class `Ns1\Foo` into the namespace `Ns2`, so any reference to `Ns1\Foo` becomes `Ns2\Foo`).
## Moving and renaming classes