Brace should be on a new line

This commit is contained in:
Alex Bilbie 2012-07-06 19:24:06 +01:00
parent 0eb0d68464
commit 818ca8dd7f

View File

@ -290,7 +290,8 @@ class Server
* @return string
*/
public function redirectUri(string $redirectUri, $params = array(),
$queryDelimeter = '?') {
$queryDelimeter = '?')
{
if (strstr($redirectUri, $queryDelimeter)) {