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

Fix description of @psalm-external-mutation-free (#2110)

This commit is contained in:
Jacob Dreesen 2019-09-09 20:52:30 +02:00 committed by Matthew Brown
parent a6baa2d04c
commit 34d98f9f42

View File

@ -226,7 +226,7 @@ class D {
### `@psalm-external-mutation-free`
Used to annotate a class method that does not mutate state, either internally or externally of the class's scope.
Used to annotate a class method that does not mutate state externally of the class's scope.
```php
class E {