Skip to content

Commit fda0b13

Browse files
committed
[rector] Rector fixes
1 parent 9657948 commit fda0b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Identity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __serialize(): array
3333

3434
public function __unserialize(array $data)
3535
{
36-
list($this->id, $this->class) = $data;
36+
[$this->id, $this->class] = $data;
3737
}
3838

3939
public function __toString(): string

0 commit comments

Comments
 (0)