From 3d7a10f7c6f94f34f4a4651367f1408383ba497b Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Thu, 26 Oct 2023 10:13:42 +0300 Subject: [PATCH] update phpstan baseline --- phpstan-baseline.neon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 25f506f..012848f 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1450,6 +1450,11 @@ parameters: count: 1 path: src/Bot/Model/Request/MessagesRequest.php + - + message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessagesRequest\\:\\:setLimit\\(\\) has no return typehint specified\\.$#" + count: 1 + path: src/Bot/Model/Request/MessagesRequest.php + - message: "#^Method RetailCrm\\\\Mg\\\\Bot\\\\Model\\\\Request\\\\MessagesRequest\\:\\:setChannelId\\(\\) has no return typehint specified\\.$#" count: 1