From 78dfb44060921a15f820d5794efcf2898f4333c2 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 2 Apr 2025 00:46:28 +0200 Subject: Pass phpstan-strict-rules 2.0.4 (#7488) New check for Boolean in while conditions Replace https://github.com/FreshRSS/FreshRSS/pull/7481 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 46b96abc8..3336d9520 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,7 @@ "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpunit": "^10", - "squizlabs/php_codesniffer": "^3.11" + "squizlabs/php_codesniffer": "^3.12" }, "scripts": { "php-lint": "find . -type d -name 'vendor' -prune -o -name '*.php' -print0 | xargs -0 -n1 -P4 php -l 1>/dev/null", -- cgit v1.2.3