mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 01:33:11 +08:00
Added property types to all non-deprecated classes
This commit is contained in:
@@ -12,12 +12,9 @@ class ApiKey extends AbstractEntity
|
||||
{
|
||||
use StringUtilsTrait;
|
||||
|
||||
/** @var string */
|
||||
private $key;
|
||||
/** @var Chronos|null */
|
||||
private $expirationDate;
|
||||
/** @var bool */
|
||||
private $enabled;
|
||||
private string $key;
|
||||
private ?Chronos $expirationDate;
|
||||
private bool $enabled;
|
||||
|
||||
public function __construct(?Chronos $expirationDate = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user