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:
parent
a6baa2d04c
commit
34d98f9f42
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user