1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Remove heading for non-existent annotation

This commit is contained in:
Matthew Brown 2021-03-01 00:03:59 -05:00 committed by GitHub
parent f5ed12f038
commit 1c6a966e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -336,8 +336,6 @@ echo Arithmetic::addCumulative(3); // outputs 3
echo Arithmetic::addCumulative(3); // outputs 6
```
### `@pure-callable`
On the other hand, `pure-callable` can be used to denote a callable which needs to be pure.
```php