fix a bunch of lints

This commit is contained in:
Shish
2019-05-28 20:27:23 +01:00
parent 294f5845b1
commit 2396ae2ef9
34 changed files with 67 additions and 88 deletions

View File

@@ -15,7 +15,7 @@ class CommentPostingEvent extends Event
{
/** @var int */
public $image_id;
/** @var \User */
/** @var User */
public $user;
/** @var string */
public $comment;