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

Improving link syntax

This commit is contained in:
Thomas Landauer 2022-06-21 20:56:20 +02:00 committed by GitHub
parent fd2683fcc6
commit 7201f0941b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ This fails since it's not guaranteed that subsequent calls to `$cat->getName()`
}
unset($catName);
```
* Add [`@psalm-mutation-free`](https://psalm.dev/docs/annotating_code/supported_annotations/#psalm-mutation-free) to the declaration of the function
* Add [`@psalm-mutation-free`](../../annotating_code/supported_annotations.md#psalm-mutation-free) to the declaration of the function
### Calling Another Function After `if`