Completed
Pull Request — master (#14)
by Sergey
02:29
created
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.
src/Adapters/GuzzleHttpAdapter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@
 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]);
Please login to merge, or discard this patch.