Completed
Pull Request — master (#1)
by Victor
03:06
created
src/Checker.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      * @param string $url     URL to check
28 28
      * @param int    $timeout timeout for the request. Defaults to 5 seconds
29 29
      *
30
-     * @return Status
30
+     * @return UrlStatus
31 31
      */
32 32
     public function check($url, $timeout = 5)
33 33
     {
Please login to merge, or discard this patch.