Skip to content

Commit ecdc0d1

Browse files
committed
Fix CS
1 parent 7b28a6f commit ecdc0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Logout/LogoutUrlGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function registerListener($key, $logoutPath, $csrfTokenId, $csrfParameter
5252
if (\func_num_args() >= 6) {
5353
$context = func_get_arg(5);
5454
} else {
55-
if (__CLASS__ !== \get_class($this)) {
55+
if (__CLASS__ !== static::class) {
5656
$r = new \ReflectionMethod($this, __FUNCTION__);
5757
if (__CLASS__ !== $r->getDeclaringClass()->getName()) {
5858
@trigger_error(sprintf('The "%s()" method will have a 6th `string $context = null` argument in version 4.0. Not defining it is deprecated since Symfony 3.3.', __METHOD__), E_USER_DEPRECATED);

0 commit comments

Comments
 (0)