Fix 27 PHPStan errors

This commit is contained in:
Art4 2025-02-25 13:51:13 +00:00
parent c1653877fb
commit cea8cf1f6c
10 changed files with 34 additions and 40 deletions

View file

@ -29,9 +29,9 @@ class DirectMessage extends BaseDataTransferObject
protected $sender_screen_name = null;
/** @var string */
protected $recipient_screen_name = null;
/** @var User */
/** @var array */
protected $sender;
/** @var User */
/** @var array */
protected $recipient;
/** @var string|null */
protected $title;