Completed
Push — master ( ee7335...233299 )
by Andrii
13:05
created
src/NopeClient.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.