Completed
Push — master ( f4336a...a269ea )
by Eric
7s
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/Monitors/HttpPingMonitor.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -85,6 +85,10 @@
 block discarded – undo
85 85
         }
86 86
     }
87 87
 
88
+    /**
89
+     * @param string $html
90
+     * @param boolean|string $phrase
91
+     */
88 92
     protected function checkResponseContains($html, $phrase)
89 93
     {
90 94
         if (!$phrase) {
Please login to merge, or discard this patch.