Completed
Pull Request — master (#65)
by
unknown
03:02 queued 52s
created
src/CheckDefinitions/CheckDefinition.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 use Exception;
6 6
 use Spatie\ServerMonitor\Excluded\ExcludedErrors;
7 7
 use Spatie\ServerMonitor\Models\Check;
8
-use Symfony\Component\Process\Process;
9 8
 use Spatie\ServerMonitor\Models\Enums\CheckStatus;
9
+use Symfony\Component\Process\Process;
10 10
 
11 11
 abstract class CheckDefinition
12 12
 {
Please login to merge, or discard this patch.