From 80a949601f7d981328c5cb7a4d98d3e03fb52aa1 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Fri, 9 Feb 2018 16:12:31 +0200 Subject: [PATCH] Fixed docblock opener It's important for tools relying on docblock types to perform static analysis (think phan, phpstan, psalm, etc) --- src/Entities/Traits/EntityTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entities/Traits/EntityTrait.php b/src/Entities/Traits/EntityTrait.php index 20c86591..05452923 100644 --- a/src/Entities/Traits/EntityTrait.php +++ b/src/Entities/Traits/EntityTrait.php @@ -11,7 +11,7 @@ namespace League\OAuth2\Server\Entities\Traits; trait EntityTrait { - /* + /** * @var string */ protected $identifier;