Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
jbrooksuk authored and StyleCIBot committed Jun 18, 2018
1 parent ab64572 commit a9558d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/Models/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
namespace CachetHQ\Cachet\Models;

use AltThree\Validator\ValidatingTrait;
use CachetHQ\Cachet\Models\Traits\HasTags;
use CachetHQ\Cachet\Models\Traits\SearchableTrait;
use CachetHQ\Cachet\Models\Traits\SortableTrait;
use CachetHQ\Cachet\Models\Traits\HasTags;
use CachetHQ\Cachet\Presenters\ComponentPresenter;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Model;
Expand Down
2 changes: 1 addition & 1 deletion app/Models/Incident.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
namespace CachetHQ\Cachet\Models;

use AltThree\Validator\ValidatingTrait;
use CachetHQ\Cachet\Models\Traits\HasTags;
use CachetHQ\Cachet\Models\Traits\SearchableTrait;
use CachetHQ\Cachet\Models\Traits\SortableTrait;
use CachetHQ\Cachet\Models\Traits\HasTags;
use CachetHQ\Cachet\Presenters\IncidentPresenter;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Model;
Expand Down
3 changes: 1 addition & 2 deletions app/Models/Traits/HasTags.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

use CachetHQ\Cachet\Models\Tag;
use Illuminate\Database\Eloquent\Builder;
use InvalidArgumentException;

/**
* This is the has tags trait.
Expand Down Expand Up @@ -69,7 +68,7 @@ public function scopeWithAnyTags(Builder $query, $tags)
}

/**
* Convert a list of tags into a collection of \CachetHQ\Cachet\Models\Tag
* Convert a list of tags into a collection of \CachetHQ\Cachet\Models\Tag.
*
* @param array|\ArrayAccess $values
*
Expand Down

0 comments on commit a9558d3

Please sign in to comment.