From af854f07d7ce17344edc1d681f9aa101e7ef6894 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 23 Oct 2023 19:56:45 +0200 Subject: Changelog 1.22 (#5717) * Changelog 1.22 * Until page 9 * A bit more * Add last changes * Finalise * More credits --- tests/phpstan-next.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/phpstan-next.txt b/tests/phpstan-next.txt index b241caa2f..f1d6be340 100644 --- a/tests/phpstan-next.txt +++ b/tests/phpstan-next.txt @@ -1,4 +1,4 @@ -# List of files, which are not yet passing PHPStan level 7 https://phpstan.org/user-guide/rule-levels +# List of files, which are not yet passing PHPStan level 8 https://phpstan.org/user-guide/rule-levels # Used for automated tests to avoid regressions in files already passing that level. # Can be regenerated with something like: # find . -type d -name 'vendor' -prune -o -name '*.php' -exec sh -c 'vendor/bin/phpstan analyse --level 8 --memory-limit 512M {} >/dev/null 2>/dev/null || echo {}' \; -- cgit v1.2.3