Skip to content

Commit

Permalink
Update Frame.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbayliss committed Nov 18, 2024
1 parent a26e2fa commit 8fe7951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Frame.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct(
string $class = null,
bool $isApplicationFrame = false,
?string $textSnippet = null,
?string $trimmedFilePath = null,
?string $trimmedFilePath = null
) {
$this->file = $file;

Expand Down

0 comments on commit 8fe7951

Please sign in to comment.