diff --git a/docs/annotating_code/supported_annotations.md b/docs/annotating_code/supported_annotations.md index 8dada4eb094..bc5ebd3c6a2 100644 --- a/docs/annotating_code/supported_annotations.md +++ b/docs/annotating_code/supported_annotations.md @@ -158,8 +158,6 @@ unrelated to the namespace of the calling code, i.e. not sharing the first eleme In contrast for `@psalm-internal`, the docbloc line must specify a namespace. An issue is raised if the calling code is not within the given namespace. -As other tools do not support `@psalm-internal`, it may only be used in conjunction with `@internal`. - ```php