We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9657948 commit fda0b13Copy full SHA for fda0b13
Model/Identity.php
@@ -33,7 +33,7 @@ public function __serialize(): array
33
34
public function __unserialize(array $data)
35
{
36
- list($this->id, $this->class) = $data;
+ [$this->id, $this->class] = $data;
37
}
38
39
public function __toString(): string
0 commit comments