Skip to content

Commit

Permalink
Update docs/annotating_code/supported_annotations.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bruce Weirdan <[email protected]>
  • Loading branch information
kkmuffme and weirdan authored Feb 26, 2024
1 parent ffe2d9b commit d60e59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/annotating_code/supported_annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ $counter->count = 5; // This will fail, as it's mutating a property directly

### `@psalm-require-usage`

Used to annotate a impure functions, which Psalm should require the call to be used.
Used to annotate an impure function or method the unused result of which Psalm should report.

```php
<?php
Expand Down

0 comments on commit d60e59a

Please sign in to comment.