Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva authored and github-actions[bot] committed Jul 27, 2023
1 parent 1a25bb3 commit 0dfd061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function identifyFromBacktrace($usedTraits, BacktraceFrame &$frame = null

$ownNumberOfFrames = 2;
$frames = array_slice(
debug_backtrace($backtraceOptions, $ownNumberOfFrames + $this->backtraceLimit),
debug_backtrace($backtraceOptions, $ownNumberOfFrames + $this->backtraceLimit),
$ownNumberOfFrames
);
foreach ($frames as $frame) {
Expand Down

0 comments on commit 0dfd061

Please sign in to comment.