Skip to content

Commit

Permalink
#2 avoid exception by incompatible method declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
1stthomas committed May 28, 2021
1 parent 4c8c11d commit 10f0f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concrete/Entity/OrmEntityExtended.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public function toArray()
/**
* {@inheritdoc}
*/
public function unserialize(string $data)
public function unserialize($data)
{
$arr = unserialize($data);

Expand Down

0 comments on commit 10f0f4b

Please sign in to comment.