Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 4, 2023
1 parent 3e97825 commit b1ed4d4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Tracy/BlueScreen/BlueScreen.php
Original file line number Diff line number Diff line change
Expand Up @@ -493,13 +493,10 @@ private function findGeneratorsAndFibers(object $object): array
};

foreach ($this->fibers as $k => $v) {
$add($this->fibers instanceof \WeakMap ? $k : $v);
}

if (PHP_VERSION_ID >= 80000) {
Helpers::traverseValue($object, $add);
$add($k);
}

Helpers::traverseValue($object, $add);
return [$generators, $fibers];
}
}

0 comments on commit b1ed4d4

Please sign in to comment.