Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c286df9

Browse files
jbrooksukStyleCIBot
authored andcommittedAug 4, 2016
Applied fixes from StyleCI
[ci skip] [skip ci]
1 parent 1f9266f commit c286df9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎app/Bus/Handlers/Jobs/System/SendBeaconJobHandler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
namespace CachetHQ\Cachet\Bus\Handlers\Jobs\System;
1313

14-
use CachetHQ\Cachet\Integrations\Contracts\Beacon;
1514
use CachetHQ\Cachet\Bus\Jobs\System\SendBeaconJob;
15+
use CachetHQ\Cachet\Integrations\Contracts\Beacon;
1616
use Exception;
1717

1818
/**

‎tests/Bus/Jobs/System/SendBeaconJobTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
namespace CachetHQ\Tests\Cachet\Bus\Jobs\System;
1313

1414
use AltThree\TestBench\JobTrait;
15-
use CachetHQ\Cachet\Bus\Jobs\System\SendBeaconJob;
1615
use CachetHQ\Cachet\Bus\Handlers\Jobs\System\SendBeaconJobHandler;
16+
use CachetHQ\Cachet\Bus\Jobs\System\SendBeaconJob;
1717
use CachetHQ\Tests\Cachet\AbstractTestCase;
1818

1919
/**

0 commit comments

Comments
 (0)
Please sign in to comment.