mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Fix 27 PHPStan errors
This commit is contained in:
parent
c1653877fb
commit
cea8cf1f6c
10 changed files with 34 additions and 40 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue