Completed
Pull Request — master (#2)
by
unknown
27:22 queued 12:17
created
src/HiamClient.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -43,6 +43,9 @@
 block discarded – undo
43 43
      */
44 44
     public $site;
45 45
 
46
+    /**
47
+     * @param string $path
48
+     */
46 49
     public function buildUrl($path, array $params = [])
47 50
     {
48 51
         $url = $this->site . '/' . $path;
Please login to merge, or discard this patch.