Skip to content

Commit

Permalink
Merge branch '5.4' into 6.2
Browse files Browse the repository at this point in the history
* 5.4:
  CS fix
  Fix test provider
  • Loading branch information
nicolas-grekas committed Feb 16, 2023
2 parents 13cfebf + 5015895 commit 83e1fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Node/GetAttrNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function toArray()
}

/**
* Provides BC with instances serialized before v6.2
* Provides BC with instances serialized before v6.2.
*/
public function __unserialize(array $data): void
{
Expand Down

0 comments on commit 83e1fee

Please sign in to comment.