Skip to content

Commit 6317ca4

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Fix return types for PHP 8.1
2 parents 08742d9 + 2b29f8f commit 6317ca4

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)