mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
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:
parent
fea577f25b
commit
80a949601f
@ -11,7 +11,7 @@ namespace League\OAuth2\Server\Entities\Traits;
|
|||||||
|
|
||||||
trait EntityTrait
|
trait EntityTrait
|
||||||
{
|
{
|
||||||
/*
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $identifier;
|
protected $identifier;
|
||||||
|
Loading…
Reference in New Issue
Block a user