Skip to content

Commit d56a24d

Browse files
author
Robert Allport
authored
Apply fixes from StyleCI (#3)
1 parent 9273c82 commit d56a24d

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

src/CheckQueueServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use F9Web\QueueCheck\Console\Commands\CheckQueueIsRunning;
66
use Illuminate\Support\ServiceProvider;
7+
78
use function config_path;
89

910
class CheckQueueServiceProvider extends ServiceProvider

src/Console/Commands/CheckQueueIsRunning.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use Illuminate\Console\Command;
99
use Illuminate\Support\Str;
1010
use Symfony\Component\Process\Process;
11+
1112
use function event;
1213
use function explode;
1314

tests/CheckQueueIsRunningTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use F9Web\QueueCheck\Events\QueueCheckFailed;
88
use Illuminate\Support\Facades\Event;
99
use Symfony\Component\Process\Process;
10+
1011
use function config;
1112

1213
class CheckQueueIsRunningTest extends TestCase
@@ -46,6 +47,7 @@ public function it_determines_the_required_processes_for_horizon()
4647

4748
/**
4849
* @test
50+
*
4951
* @throws \Exception
5052
*/
5153
public function it_fires_an_event_when_the_expected_process_is_running()
@@ -69,6 +71,7 @@ public function it_fires_an_event_when_the_expected_process_is_running()
6971

7072
/**
7173
* @test
74+
*
7275
* @throws \Exception
7376
*/
7477
public function it_fires_an_event_when_the_expected_number_of_processes_are_not_running()
@@ -93,6 +96,7 @@ public function it_fires_an_event_when_the_expected_number_of_processes_are_not_
9396

9497
/**
9598
* @test
99+
*
96100
* @throws \Exception
97101
*/
98102
public function it_fetches_the_output()
@@ -117,6 +121,7 @@ public function it_fetches_the_output()
117121

118122
/**
119123
* @test
124+
*
120125
* @throws \Exception
121126
*/
122127
public function it_passes_expected_data_to_the_event_class()

tests/TestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use Symfony\Component\Process\Process;
88
use Mockery as m;
99
use F9Web\QueueCheck\Console\Commands\CheckQueueIsRunning;
10+
1011
use function file_get_contents;
1112
use function tap;
1213

0 commit comments

Comments
 (0)