Completed
Pull Request — master (#16)
by
unknown
02:50 queued 33s
created
src/Commands/SyncFile.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @param $hostsInFile
80
+     * @param \Illuminate\Support\Collection $hostsInFile
81 81
      */
82 82
     protected function deleteMissingHosts($hostsInFile)
83 83
     {
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-     * @param $hostsInFile
95
+     * @param \Illuminate\Support\Collection $hostsInFile
96 96
      */
97 97
     protected function updateOrCreateHosts($hostsInFile)
98 98
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Spatie\ServerMonitor\Commands;
4 4
 
5 5
 use File;
6
-use Spatie\ServerMonitor\Models\Host;
7 6
 use Spatie\ServerMonitor\Models\Check;
7
+use Spatie\ServerMonitor\Models\Host;
8 8
 
9 9
 class SyncFile extends BaseCommand
10 10
 {
Please login to merge, or discard this patch.