From ecd956c73608a699a8ebd177c68c740c4ca20af7 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 20 Apr 2023 00:55:10 +0200 Subject: PHPStan 7 configureController (#5318) And fix bugs for saving user queries --- tests/phpstan-next.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/phpstan-next.txt b/tests/phpstan-next.txt index f61cc4b22..878be4f8c 100644 --- a/tests/phpstan-next.txt +++ b/tests/phpstan-next.txt @@ -3,7 +3,6 @@ # Can be regenerated with something like: # find . -type d -name 'vendor' -prune -o -name '*.php' -exec sh -c 'vendor/bin/phpstan analyse --level 7 --memory-limit 512M {} >/dev/null 2>/dev/null || echo {}' \; -./app/Controllers/configureController.php ./app/Controllers/feedController.php ./app/Controllers/importExportController.php ./app/Controllers/indexController.php -- cgit v1.2.3