Skip to content

Commit

Permalink
Remove heading for non-existent annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug authored Mar 1, 2021
1 parent f5ed12f commit 1c6a966
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/annotating_code/supported_annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c6a966

Please sign in to comment.