From f9fcfb538d31925d290d096d6e1782574274d83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 1 Mar 2024 02:28:34 +0100 Subject: [PATCH] Run PHPStan on the plugin main file too (#506) --- phpstan.dist.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.dist.neon b/phpstan.dist.neon index c069aab4..5fff6f9f 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -24,6 +24,7 @@ parameters: - vendor/php-stubs/wp-cli-stubs/wp-cli-stubs.php paths: + - redis-cache.php - includes/ - tests/PHPStan/object-cache.php