Applied fixes from StyleCI

This commit is contained in:
Toby Zerner 2016-02-25 22:56:19 -05:00 committed by StyleCI Bot
parent 331a48be66
commit 47ec802166
7 changed files with 17 additions and 10 deletions

View File

@ -1,4 +1,5 @@
<?php
<?php
/*
* This file is part of Flarum.
*

View File

@ -1,4 +1,5 @@
<?php
<?php
/*
* This file is part of Flarum.
*

View File

@ -1,4 +1,5 @@
<?php
<?php
/*
* This file is part of Flarum.
*

View File

@ -1,4 +1,5 @@
<?php
<?php
/*
* This file is part of Flarum.
*

View File

@ -1,4 +1,5 @@
<?php
<?php
/*
* This file is part of Flarum.
*

View File

@ -1,4 +1,5 @@
<?php
<?php
/*
* This file is part of Flarum.
*
@ -10,9 +11,9 @@
namespace Flarum\Mentions\Notification;
use Flarum\Core\Post;
use Flarum\Core\Notification\BlueprintInterface;
use Flarum\Core\Notification\MailableInterface;
use Flarum\Core\Post;
class PostMentionedBlueprint implements BlueprintInterface, MailableInterface
{

View File

@ -1,4 +1,5 @@
<?php
<?php
/*
* This file is part of Flarum.
*
@ -10,9 +11,9 @@
namespace Flarum\Mentions\Notification;
use Flarum\Core\Post;
use Flarum\Core\Notification\BlueprintInterface;
use Flarum\Core\Notification\MailableInterface;
use Flarum\Core\Post;
class UserMentionedBlueprint implements BlueprintInterface, MailableInterface
{
@ -50,7 +51,7 @@ class UserMentionedBlueprint implements BlueprintInterface, MailableInterface
*/
public function getData()
{
return null;
return;
}
/**