1
0
mirror of https://github.com/flarum/core.git synced 2025-07-26 03:01:22 +02:00

Fix typehint

This commit is contained in:
Toby Zerner
2015-09-04 12:23:27 +09:30
parent cf9e2c23e9
commit 29b74f1263

View File

@@ -22,7 +22,7 @@ class Request
public $input; public $input;
/** /**
* @var Guest * @var User
*/ */
public $actor; public $actor;