Merge pull request #5 from flarum/analysis-zD2xnl

Applied fixes from StyleCI
This commit is contained in:
Toby Zerner 2016-02-26 14:25:13 +10:30
commit 861ff6e910
7 changed files with 16 additions and 9 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.
*

View File

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