Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
(chore): Remove function trailing comma
· b13e1b31
Emiliano Balbuena
authored
Jan 07, 2020
b13e1b31
Merge branch 'hotfix/email-confirmation-url-php71' into 'master'
· 3efa2421
Mark Harding
authored
Jan 07, 2020
(chore): Remove function trailing comma See merge request
!434
3efa2421
Hide whitespace changes
Inline
Side-by-side
Core/Email/Confirmation/Url.php
View file @
3efa2421
...
...
@@ -54,7 +54,7 @@ class Url
static
::
EMAIL_CONFIRMATION_PATH
,
http_build_query
(
array_merge
(
$params
,
[
'__e_cnf_token'
=>
$this
->
user
->
getEmailConfirmationToken
(),
]))
,
]))
);
}
}