Completed
Push — try/migrate-travis-to-ghaction... ( 86262b...1b20a6 )
by Yaroslav
17:19 queued 08:52
created
packages/connection/tests/php/test_Signature.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -223,8 +223,8 @@
 block discarded – undo
223 223
 	 *
224 224
 	 * Also used by @see self::test_request_port_constants
225 225
 	 *
226
-	 * @param mixed   $http_x_forwarded_port value of $_SERVER[ 'HTTP_X_FORWARDED_PORT' ].
227
-	 * @param mixed   $server_port value of $_SERVER[ 'SERVER_PORT' ]. Null will unset the value.
226
+	 * @param integer   $http_x_forwarded_port value of $_SERVER[ 'HTTP_X_FORWARDED_PORT' ].
227
+	 * @param string   $server_port value of $_SERVER[ 'SERVER_PORT' ]. Null will unset the value.
228 228
 	 * @param string  $expeceted The expected output. Null will unset the value.
229 229
 	 * @param boolean $ssl Whether to consider current request using SSL or not.
230 230
 	 *
Please login to merge, or discard this patch.