Skip to content

Commit abf0d61

Browse files
authored
Merge pull request #99 from spatie/analysis-XpvBaL
Apply fixes from StyleCI
2 parents d73656b + db602e3 commit abf0d61

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

config/laravel-uptime-monitor.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@
9696
*/
9797
'fire_monitor_failed_event_after_consecutive_failures' => 2,
9898

99-
100-
10199
/*
102100
* When reaching out to sites this user agent will be used.
103101
*/

src/MonitorCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
namespace Spatie\UptimeMonitor;
44

55
use Generator;
6-
use GrahamCampbell\GuzzleFactory\GuzzleFactory;
76
use GuzzleHttp\Client;
87
use Illuminate\Support\Collection;
98
use GuzzleHttp\Promise\EachPromise;
109
use Psr\Http\Message\ResponseInterface;
1110
use Spatie\UptimeMonitor\Models\Monitor;
1211
use GuzzleHttp\Exception\RequestException;
12+
use GrahamCampbell\GuzzleFactory\GuzzleFactory;
1313
use Spatie\UptimeMonitor\Helpers\ConsoleOutput;
1414

1515
class MonitorCollection extends Collection

src/UptimeMonitorServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace Spatie\UptimeMonitor;
44

5-
use GrahamCampbell\GuzzleFactory\GuzzleFactory;
6-
use Illuminate\Contracts\Container\Container;
75
use Illuminate\Support\ServiceProvider;
86
use Spatie\UptimeMonitor\Commands\SyncFile;
97
use Spatie\UptimeMonitor\Commands\CheckUptime;

0 commit comments

Comments
 (0)