Skip to content

Commit

Permalink
Merge pull request vimeo#10467 from still-dreaming-1/patch-1
Browse files Browse the repository at this point in the history
Fixed docblock spacing in `@psalm-internal` documentation example
  • Loading branch information
orklah authored Dec 9, 2023
2 parents 742052f + a0b31c5 commit c6cddbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/annotating_code/supported_annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ is not within the given namespace.
<?php
namespace A\B {
/**
* @internal
* @psalm-internal A\B
*/
* @internal
* @psalm-internal A\B
*/
class Foo { }
}

Expand Down

0 comments on commit c6cddbe

Please sign in to comment.