From 55aca1dbadebf8c79e85d91e5e6c841f9b2193a0 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 4 Aug 2016 05:11:06 -0400 Subject: [PATCH] Applied fixes from StyleCI [ci skip] [skip ci] --- app/Bus/Handlers/Jobs/System/SendBeaconJobHandler.php | 2 +- tests/Bus/Jobs/System/SendBeaconJobTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Bus/Handlers/Jobs/System/SendBeaconJobHandler.php b/app/Bus/Handlers/Jobs/System/SendBeaconJobHandler.php index 05733540..0d3025dc 100644 --- a/app/Bus/Handlers/Jobs/System/SendBeaconJobHandler.php +++ b/app/Bus/Handlers/Jobs/System/SendBeaconJobHandler.php @@ -11,8 +11,8 @@ namespace CachetHQ\Cachet\Bus\Handlers\Jobs\System; -use CachetHQ\Cachet\Integrations\Contracts\Beacon; use CachetHQ\Cachet\Bus\Jobs\System\SendBeaconJob; +use CachetHQ\Cachet\Integrations\Contracts\Beacon; use Exception; /** diff --git a/tests/Bus/Jobs/System/SendBeaconJobTest.php b/tests/Bus/Jobs/System/SendBeaconJobTest.php index ccea5df9..dd0963d8 100644 --- a/tests/Bus/Jobs/System/SendBeaconJobTest.php +++ b/tests/Bus/Jobs/System/SendBeaconJobTest.php @@ -12,8 +12,8 @@ namespace CachetHQ\Tests\Cachet\Bus\Jobs\System; use AltThree\TestBench\JobTrait; -use CachetHQ\Cachet\Bus\Jobs\System\SendBeaconJob; use CachetHQ\Cachet\Bus\Handlers\Jobs\System\SendBeaconJobHandler; +use CachetHQ\Cachet\Bus\Jobs\System\SendBeaconJob; use CachetHQ\Tests\Cachet\AbstractTestCase; /**