Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Unverified Commit dcd9b748 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #41 from jeanseba/1.3.x

fix: add missing arg to trigger_deprecation call
parents 7caa3dd7 6ebcbff9
No related branches found
Tags 2.3.5
No related merge requests found
...@@ -344,6 +344,7 @@ final class EuLoginUser implements EuLoginUserInterface ...@@ -344,6 +344,7 @@ final class EuLoginUser implements EuLoginUserInterface
'ecphp/eu-login-bundle', 'ecphp/eu-login-bundle',
'2.2.3', '2.2.3',
'The method "%s::getUser()" is deprecated, use %s::getUsername() instead.', 'The method "%s::getUser()" is deprecated, use %s::getUsername() instead.',
EuLoginUser::class,
EuLoginUser::class EuLoginUser::class
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment