Skip to content

Commit

Permalink
Removed unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinsarca committed Jan 10, 2025
1 parent 9b6ef5f commit 879785d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SerializationHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ private function handleObject(object $data): object
return $box;
}

private SplObjectStorage $keep;

private function &handleArray(array &$data, bool $skipRefId = false): array
{
if ($skipRefId) {
Expand Down

0 comments on commit 879785d

Please sign in to comment.