Skip to content

Commit

Permalink
Fix CS/WS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 28, 2025
1 parent a04af4f commit 339c2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner/ErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ private function trigger(TestMethod $test, bool $filterTrigger): IssueTrigger

if (isset($trace[1]['file']) &&
($trace[1]['file'] === $test->file() ||
SourceFilter::instance()->includes($trace[1]['file']))) {
SourceFilter::instance()->includes($trace[1]['file']))) {
$triggerCalledFromFirstPartyCode = true;
}

Expand Down

0 comments on commit 339c2c8

Please sign in to comment.