chore: Аннотации к типам
This commit is contained in:
parent
e5713e9015
commit
530a3b931d
22 changed files with 388 additions and 131 deletions
|
|
@ -8,8 +8,11 @@ use ctiso\Role\User;
|
|||
|
||||
class Factory
|
||||
{
|
||||
/** @var Database */
|
||||
public $db;
|
||||
/** @var ?Registry */
|
||||
public $config;
|
||||
/** @var ?User */
|
||||
public $user;
|
||||
|
||||
public function __construct(Database $db, ?Registry $config = null, ?User $user = null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue