Skip to content
Snippets Groups Projects
Unverified Commit 11260db9 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Add return-type

parent 942d2bf2
No related branches found
No related tags found
No related merge requests found
...@@ -222,7 +222,7 @@ class Session implements Serializable, Utils\ClearableState ...@@ -222,7 +222,7 @@ class Session implements Serializable, Utils\ClearableState
* *
* Cannot typehint param as string due to upstream restrictions * Cannot typehint param as string due to upstream restrictions
*/ */
public function unserialize($serialized) public function unserialize($serialized): void
{ {
$session = unserialize($serialized); $session = unserialize($serialized);
if (is_array($session)) { if (is_array($session)) {
......
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