1
0
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:
orklah 2023-12-09 14:14:41 +01:00 committed by GitHub
commit c6cddbecbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 { }
}