From 9aab12df3a14cd06ffb565adc58c9c6d25db9bce Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 7 May 2024 22:05:03 +0200 Subject: [PATCH] ignore template error --- phpstan.neon | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index a0478e61..84667360 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -13,6 +13,16 @@ parameters: - '#^Method .*::fromLivewire\(\) has no return type specified\.#' - '#^Method .*::fromLivewire\(\) has parameter \$value with no type specified\.#' - '#Call to an undefined method PowerComponents\\LivewirePowerGrid\\PowerGridComponent::datasource\(\).#' + - + message: "#^Unable to resolve the template type TKey in call to function collect$#" + count: 1 + path: src/Support/PowerGridTableCache.php + + - + message: "#^Unable to resolve the template type TValue in call to function collect$#" + count: 1 + path: src/Support/PowerGridTableCache.php + paths: - src