Skip to content

Commit d8be376

Browse files
committed
fix(tests): ignore linter warning
1 parent 693b45f commit d8be376

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Integration/Http/RedisSessionTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ protected function tearDown(): void
5050
{
5151
try {
5252
$this->container->get(Redis::class)->flush();
53-
} catch (Throwable) {
54-
// Redis not available, nothing to clean up
53+
} catch (Throwable) { // @mago-expect lint:no-empty-catch-clause
5554
}
5655
}
5756

0 commit comments

Comments
 (0)