mirror of
https://github.com/danog/psalm.git
synced 2025-01-23 06:11:25 +01:00
Merge pull request #10467 from still-dreaming-1/patch-1
Fixed docblock spacing in `@psalm-internal` documentation example
This commit is contained in:
commit
c6cddbecbf
@ -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 { }
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user