Completed
Push — master ( 061833...a79db0 )
by Denis
01:54
created
src/Security.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@
 block discarded – undo
42 42
         return $_SESSION[$date] = $this->client->getResponse($this->getUrl(__FUNCTION__), ['date' => $date])['data'];
43 43
     }
44 44
 
45
+    /**
46
+     * @param string $method
47
+     */
45 48
     public function getUrl($method, array $params = [])
46 49
     {
47 50
         switch ($method) {
Please login to merge, or discard this patch.