mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 09:13:11 +08:00
Added property types to some classes
This commit is contained in:
@@ -8,8 +8,7 @@ use Shlinkio\Shlink\Common\Entity\AbstractEntity;
|
||||
|
||||
class Domain extends AbstractEntity
|
||||
{
|
||||
/** @var string */
|
||||
private $authority;
|
||||
private string $authority;
|
||||
|
||||
public function __construct(string $authority)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user