Completed
Push — master ( 116ba3...e8a7ab )
by Eric
07:42
created
src/Monitors/DiskUsageMonitor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
     }
102 102
 
103 103
     /**
104
-     * @return mixed|string
104
+     * @return string
105 105
      */
106 106
     public function getPath()
107 107
     {
Please login to merge, or discard this patch.
src/Notifications/Notifier.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     protected $serverName;
20 20
 
21 21
     /**
22
-     * @param \Illuminate\Contracts\Logging\Log $log
22
+     * @param LogContract $log
23 23
      */
24 24
     public function __construct(LogContract $log)
25 25
     {
Please login to merge, or discard this patch.