chore: Ошибка deprecated implicitly nullable в phpstan

This commit is contained in:
Wizard 2025-09-24 16:46:59 +03:00
parent d98eec0b92
commit df5fd1ca6a

View file

@ -11,7 +11,7 @@ class Factory
public $config; public $config;
public $user; public $user;
public function __construct(Database $db, Registry $config = null, User $user = null) public function __construct(Database $db, ?Registry $config = null, ?User $user = null)
{ {
$this->db = $db; $this->db = $db;
$this->config = $config; $this->config = $config;