Completed
Pull Request — master (#1808)
by Tobias
02:30
created
src/Node/Info.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
      * Create new info object for node.
54 54
      *
55 55
      * @param BaseNode $node   Node object
56
-     * @param array    $params List of params to return. Can be: settings, os, process, jvm, thread_pool, network, transport, http
56
+     * @param string[]    $params List of params to return. Can be: settings, os, process, jvm, thread_pool, network, transport, http
57 57
      */
58 58
     public function __construct(BaseNode $node, array $params = [])
59 59
     {
Please login to merge, or discard this patch.
tests/Transport/HttpTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -213,6 +213,9 @@
 block discarded – undo
213 213
         $this->assertArrayHasKey('acknowledged', $createIndexResponse->getData());
214 214
     }
215 215
 
216
+    /**
217
+     * @param string $url
218
+     */
216 219
     protected function checkProxy($url): void
217 220
     {
218 221
         $url = \parse_url($url);
Please login to merge, or discard this patch.