Skip to content

Commit 18f6cde

Browse files
committed
Remove unnecessary use statements
1 parent d54a020 commit 18f6cde

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Once installed, monitoring your server is very easy. Just issue this artisan com
1414
php artisan monitor:run
1515
```
1616

17-
You can run just certain monitors at a time:
17+
You can run only certain monitors at a time:
1818

1919
``` bash
2020
php artisan monitor:run DiskUsage

tests/Integration/Monitors/HttpPingMonitorTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
namespace EricMakesStuff\ServerMonitor\Test\Integration\Monitors;
44

5-
use EricMakesStuff\ServerMonitor\Events\DiskUsageHealthy;
65
use EricMakesStuff\ServerMonitor\Exceptions\InvalidConfiguration;
7-
use EricMakesStuff\ServerMonitor\Exceptions\InvalidPath;
8-
use EricMakesStuff\ServerMonitor\Monitors\DiskUsageMonitor;
96
use EricMakesStuff\ServerMonitor\Monitors\HttpPingMonitor;
107
use EricMakesStuff\ServerMonitor\Test\Integration\TestCase;
118

0 commit comments

Comments
 (0)