Skip to content

Commit

Permalink
Update docs on @psalm-internal as @internal no-longer has to be used …
Browse files Browse the repository at this point in the history
…at same time (#3911)

See #42ad366dc8ccaf34
  • Loading branch information
bdsl authored Jul 30, 2020
1 parent 5635070 commit 7ed5e32
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 @@ -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
<?php
namespace A\B {
Expand Down

0 comments on commit 7ed5e32

Please sign in to comment.