From 89ba2cd5e325fd53717fcca694b794943ce38070 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Fri, 29 Dec 2023 19:07:02 -0700 Subject: [PATCH] Updated phpstan baseline --- phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 53d1e00..b4c746c 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -56,7 +56,7 @@ parameters: path: app/src/Factories/TwigFactory.php - - message: "#^Method App\\\\Middlewares\\\\PruneCacheMiddleware\\:\\:winsLottery\\(\\) throws checked exception Exception but it's missing from the PHPDoc @throws tag\\.$#" + message: "#^Method App\\\\Middlewares\\\\PruneCacheMiddleware\\:\\:winsLottery\\(\\) throws checked exception Random\\\\RandomException but it's missing from the PHPDoc @throws tag\\.$#" count: 1 path: app/src/Middlewares/PruneCacheMiddleware.php