Completed
Push — fix/signature-port-check ( f13def...7e4a69 )
by
unknown
34:27 queued 26:35
created
packages/connection/tests/php/test_Signature.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@
 block discarded – undo
220 220
 	 * Also used by @see self::test_request_port_constants
221 221
 	 *
222 222
 	 * @param mixed   $http_x_forwarded_port value of $_SERVER[ 'HTTP_X_FORWARDED_PORT' ].
223
-	 * @param mixed   $server_port value of $_SERVER[ 'SERVER_PORT' ]. Null will unset the value.
223
+	 * @param string   $server_port value of $_SERVER[ 'SERVER_PORT' ]. Null will unset the value.
224 224
 	 * @param string  $expeceted The expected output. Null will unset the value.
225 225
 	 * @param boolean $ssl Whether to consider current request using SSL or not.
226 226
 	 *
Please login to merge, or discard this patch.