Completed
Push — master ( 17ad67...92a046 )
by Tyler
02:15
created
src/Host.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -49,8 +49,8 @@  discard block
 block discarded – undo
49 49
      */
50 50
     protected function strip($host)
51 51
     {
52
-        $host = str_replace("https://","",$host);
53
-        $host = str_replace("http://", "",$host);
52
+        $host = str_replace("https://", "", $host);
53
+        $host = str_replace("http://", "", $host);
54 54
         return $host;
55 55
     }
56 56
 
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
      * 
71 71
      * @return integer
72 72
      */
73
-    public function status(){
73
+    public function status() {
74 74
         $response = $this->requester->request('GET', $this->host);
75 75
         $this->statusCode = $response->getStatusCode();
76 76
         return $this->getStatusCode();
Please login to merge, or discard this patch.