Skip to content

Commit

Permalink
Fix CS/WS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 18, 2024
1 parent afcdc8f commit ccd8dc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Exporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public function shortenedRecursiveExport(array &$data, ?RecursionContext $proces
if (!$processed) {
$processed = new RecursionContext;
}

$overallCount = count($data, COUNT_RECURSIVE);
$counter = 0;

Expand Down

0 comments on commit ccd8dc8

Please sign in to comment.