diff --git a/docs/annotating_code/supported_annotations.md b/docs/annotating_code/supported_annotations.md index c82cf6f36..90bc568a6 100644 --- a/docs/annotating_code/supported_annotations.md +++ b/docs/annotating_code/supported_annotations.md @@ -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 +