fix(ServiceAPI/Wall): add var declaration

This commit is contained in:
Alexander Minkin 2025-02-09 16:40:47 +03:00
parent 1c4305d44f
commit 4ecae18853
Signed by untrusted user: WerySkok
GPG key ID: 88E9A2F3AFE44C30

View file

@ -13,6 +13,7 @@ class Wall implements Handler
protected $user;
protected $posts;
protected $notes;
protected $videos;
public function __construct(?User $user)
{