mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 15:23:12 +08:00
Fixed phpstan errors in ListKeysCommand
This commit is contained in:
@@ -25,7 +25,7 @@ class ApiKey extends AbstractEntity
|
||||
*/
|
||||
protected $key;
|
||||
/**
|
||||
* @var \DateTime
|
||||
* @var \DateTime|null
|
||||
* @ORM\Column(name="expiration_date", nullable=true, type="datetime")
|
||||
*/
|
||||
protected $expirationDate;
|
||||
@@ -60,7 +60,7 @@ class ApiKey extends AbstractEntity
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \DateTime
|
||||
* @return \DateTime|null
|
||||
*/
|
||||
public function getExpirationDate()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user