Completed
Branch master (15f18a)
by Anthony
01:42
created
src/Url/Url.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
      * Retrieve a query string item from the request.
99 99
      *
100 100
      * @param  string $key
101
-     * @param  string|array|null $default
101
+     * @param  string $default
102 102
      * @return string|array|null
103 103
      */
104 104
     public function query($key = null, $default = null) {
Please login to merge, or discard this patch.