Fixed docblock opener

It's important for tools relying on docblock types to perform static analysis (think phan, phpstan, psalm, etc)
This commit is contained in:
Bruce Weirdan 2018-02-09 16:12:31 +02:00
parent fea577f25b
commit 80a949601f

View File

@ -11,7 +11,7 @@ namespace League\OAuth2\Server\Entities\Traits;
trait EntityTrait trait EntityTrait
{ {
/* /**
* @var string * @var string
*/ */
protected $identifier; protected $identifier;