Applied fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
James Brooks
2016-08-04 05:11:06 -04:00
parent 778664b20a
commit 55aca1dbad
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
/**

View File

@@ -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;
/**