mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Improving link syntax
This commit is contained in:
parent
fd2683fcc6
commit
7201f0941b
@ -28,7 +28,7 @@ This fails since it's not guaranteed that subsequent calls to `$cat->getName()`
|
|||||||
}
|
}
|
||||||
unset($catName);
|
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`
|
### Calling Another Function After `if`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user