Completed
Pull Request — master (#14)
by Sergey
02:35
created
src/Adapters/GuzzleHttpAdapter.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@  discard block
 block discarded – undo
19 19
      */
20 20
     protected $headers;
21 21
 
22
+    /**
23
+     * @param string $baseUrl
24
+     */
22 25
     public function __construct($baseUrl)
23 26
     {
24 27
         $this->client = new Client(['base_uri' => $baseUrl]);
@@ -111,7 +114,7 @@  discard block
 block discarded – undo
111 114
 
112 115
     /**
113 116
      * @param array $params
114
-     * @param $json
117
+     * @param boolean $json
115 118
      * @return array
116 119
      */
117 120
     protected function makeOptions(array $params = [], $json)
Please login to merge, or discard this patch.
src/EndPoints/Manager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     }
29 29
 
30 30
     /**
31
-     * @param $key
31
+     * @param string $key
32 32
      * @return null
33 33
      * @throws HeadHunterApiException
34 34
      */
Please login to merge, or discard this patch.