aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-10-23 19:56:45 +0200
committerGravatar GitHub <noreply@github.com> 2023-10-23 19:56:45 +0200
commitaf854f07d7ce17344edc1d681f9aa101e7ef6894 (patch)
treead1e38baf1f47adbb1771390f07ac6c82e46d636 /tests
parent83cf7301f46c9609da493a412eaad8d10b09bdda (diff)
Changelog 1.22 (#5717)
* Changelog 1.22 * Until page 9 * A bit more * Add last changes * Finalise * More credits
Diffstat (limited to 'tests')
-rw-r--r--tests/phpstan-next.txt2
1 files changed, 1 insertions, 1 deletions
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 {}' \;