Skip to content

Commit

Permalink
Code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Apr 23, 2024
1 parent 3b2f67d commit 1b4ed87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/BacktraceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ public function it_can_handle_a_laravel_serializable_closure_via_call_throwable(
$this->assertEquals(realpath(__DIR__.'/../tests/TestClasses/LaravelSerializableClosureCallThrow.php'), $firstFrame->file);
$this->assertTrue($firstFrame->applicationFrame);


/** @var Frame $secondFrame */
$secondFrame = $frames[1];

Expand Down

0 comments on commit 1b4ed87

Please sign in to comment.