Completed
Pull Request — master (#444)
by Yanick
02:19
created
src/ProxyClient/HttpDispatcher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
      * @param string[]             $servers    Caching proxy server hostnames or IP
79 79
      *                                         addresses, including port if not port 80.
80 80
      *                                         E.g. ['127.0.0.1:6081']
81
-     * @param string|string[]      $baseUris   Default application hostnames, optionally
81
+     * @param string      $baseUris   Default application hostnames, optionally
82 82
      *                                         including base URL, for purge and refresh
83 83
      *                                         requests (optional). At least one is required if
84 84
      *                                         you purge and refresh paths instead of
Please login to merge, or discard this patch.