From 51afe14e354a4a1fb95cc4c6ca9ad40fb952583f Mon Sep 17 00:00:00 2001 From: Denis Sokolov Date: Mon, 16 Jun 2025 12:00:00 +0000 Subject: [PATCH] RunTest: clean whitespace --- tests/Whoops/RunTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Whoops/RunTest.php b/tests/Whoops/RunTest.php index 787624a..c977072 100755 --- a/tests/Whoops/RunTest.php +++ b/tests/Whoops/RunTest.php @@ -548,7 +548,7 @@ class RunTest extends TestCase $run ->addFrameFilter($filterCallbackOne) ->addFrameFilter($filterCallbackTwo); - + $frameFilters = $run->getFrameFilters(); $this->assertCount(2, $frameFilters); @@ -565,7 +565,7 @@ class RunTest extends TestCase { $run = $this->getRunInstance(); $run->addFrameFilter(function(Frame $frame) {}); - + $run = $run->clearFrameFilters(); $this->assertEmpty($run->getFrameFilters());