Completed
Push — master ( 8abe6d...4c4e2f )
by Jeroen
01:20
created
src/ShopsUnitedLaravel.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@  discard block
 block discarded – undo
42 42
             ->getContents(), true);
43 43
     }
44 44
 
45
+    /**
46
+     * @param string $url
47
+     */
45 48
     protected function setGetUrl($url = null)
46 49
     {
47 50
         $this->method = 'GET';
@@ -50,6 +53,9 @@  discard block
 block discarded – undo
50 53
         return $this;
51 54
     }
52 55
 
56
+    /**
57
+     * @param string $url
58
+     */
53 59
     public function setPostUrl($url)
54 60
     {
55 61
         $this->method = 'POST';
Please login to merge, or discard this patch.