Skip to content

Commit d8a4de5

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Fix return types for PHP 8.1
2 parents 69b9a6a + dbf523d commit d8a4de5

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)