Skip to content

Commit 2b29f8f

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Fix return types for PHP 8.1
2 parents 669ad52 + d8a4de5 commit 2b29f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/AuthenticationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function __sleep(): array
112112
/**
113113
* @internal
114114
*/
115-
public function __wakeup()
115+
public function __wakeup(): void
116116
{
117117
$this->__unserialize($this->serialized);
118118
unset($this->serialized);

0 commit comments

Comments
 (0)