Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk authored and StyleCIBot committed Dec 28, 2018
1 parent 569323d commit ea65131
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Subscribers/CommandSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use CachetHQ\Cachet\Bus\Events\System\SystemWasUpdatedEvent;
use CachetHQ\Cachet\Settings\Cache;
use Illuminate\Console\Command;
use Illuminate\Contracts\Config\Repository;
use Illuminate\Contracts\Events\Dispatcher;

/**
Expand All @@ -37,7 +36,7 @@ class CommandSubscriber
/**
* Create a new command subscriber instance.
*
* @param \CachetHQ\Cachet\Settings\Cache $cache
* @param \CachetHQ\Cachet\Settings\Cache $cache
*
* @return void
*/
Expand Down

0 comments on commit ea65131

Please sign in to comment.