1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
luceos
2020-11-30 23:03:42 +00:00
committed by StyleCI Bot
parent 8fb65e9de7
commit 1cbaef579c
2 changed files with 2 additions and 4 deletions

View File

@@ -15,9 +15,8 @@ use Flarum\User\User;
class IdWithTransliteratedSlugDriver implements SlugDriverInterface
{
/**
* @var $discussions DiscussionRepository
* @var DiscussionRepository
*/
protected $discussions;

View File

@@ -14,9 +14,8 @@ use Flarum\Http\SlugDriverInterface;
class UsernameSlugDriver implements SlugDriverInterface
{
/**
* @var $users UserRepository
* @var UserRepository
*/
protected $users;