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
Branches
Tags
No related merge requests found
......@@ -222,7 +222,7 @@ class Session implements Serializable, Utils\ClearableState
*
* Cannot typehint param as string due to upstream restrictions
*/
public function unserialize($serialized)
public function unserialize($serialized): void
{
$session = unserialize($serialized);
if (is_array($session)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment