Completed
Pull Request — master (#3)
by Eric
06:12
created
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.