Completed
Push — master ( 1ec88c...762353 )
by wally
09:03 queued 06:13
created
src/Ping.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -38,9 +38,9 @@
 block discarded – undo
38 38
 
39 39
     public function addUrl(string $url): self {
40 40
 
41
-       if ($this->chekcIfValidUrl($url) === false) {
42
-           throw new \RuntimeException('Not a good url.');
43
-       }
41
+        if ($this->chekcIfValidUrl($url) === false) {
42
+            throw new \RuntimeException('Not a good url.');
43
+        }
44 44
 
45 45
         $this->urlEntity->addUrl($url);
46 46
         return $this;
Please login to merge, or discard this patch.