From abbb1a0bc6006c67c6ab785f068022c02c5791f6 Mon Sep 17 00:00:00 2001 From: Petr Chromec Date: Tue, 10 Aug 2021 15:39:25 +0200 Subject: [PATCH] Temporary disable non-empty-string checks for phpstan - since bug #5372 is fixed --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index b4860e1..fcdabc3 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -10,3 +10,4 @@ parameters: ignoreErrors: - '#Cannot access offset .size. on array.*#' - '#Method Lmc\\Cqrs\\Base\\Query\\AbstractHttpQuery::assertHeaderFieldValue\(\) has parameter \$value with no typehint specified.#' + - '#.*non-empty-string.*#'