Skip to content

Commit

Permalink
Add missing opening PHP tag in the docs (#5617)
Browse files Browse the repository at this point in the history
* Add missing opening PHP tag in the docs

* Fix typo
  • Loading branch information
jdreesen committed Apr 13, 2021
1 parent f874740 commit 5777c00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/annotating_code/supported_annotations.md
Expand Up @@ -507,9 +507,10 @@ class User {

### `@psalm-require-extends`

The @psalm-require-extends-annotation allows you to define a requirements that a trait imposes on the using class.
The `@psalm-require-extends` annotation allows you to define a requirements that a trait imposes on the using class.

```php
<?php
abstract class DatabaseModel {
// methods, properties, etc.
}
Expand Down

0 comments on commit 5777c00

Please sign in to comment.