Skip to content

Commit

Permalink
Merge aed952b into f58a6f4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChumakovAnton committed Jun 4, 2021
2 parents f58a6f4 + aed952b commit 64eefa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Jaeger/ScopeManager.php
Expand Up @@ -49,6 +49,7 @@ public function delActive(Scope $scope){
for ($i = 0; $i < $scopeLength; $i++) {
if ($scope === $this->scopes[$i]) {
array_splice($this->scopes, $i, 1);
break;
}
}

Expand Down

0 comments on commit 64eefa6

Please sign in to comment.