Completed
Pull Request — master (#1868)
by romain
02:27
created
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.