From 100c281f9511a0d4c7da0de30d397d7d343f6b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Vaculi=CC=81k?= <radim.vaculik@gmail.com> Date: Mon, 11 Mar 2024 10:25:38 +0100 Subject: [PATCH] Fix phpstan --- phpstan.neon | 4 ---- 1 file changed, 4 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 60935294..0d42c566 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -46,10 +46,6 @@ parameters: message: '#string\\|Stringable#' count: 1 path: src/Column/Action.php - - # In PHP 8+, the Stringable typehint should be used, and this can be removed. - message: '#string\\|Stringable#' - count: 1 - path: src/DataGrid.php - # In PHP 8+, the Stringable typehint should be used, and this can be removed. message: '#string\\|Stringable#' count: 3