From 6d24947fac0fb841ad23303de6f03229d5232220 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Thu, 11 Mar 2021 14:36:19 +0000 Subject: Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2 --- phpstan.neon.dist | 2 -- 1 file changed, 2 deletions(-) (limited to 'phpstan.neon.dist') diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 844560a407..a8f010ea45 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -4,7 +4,5 @@ includes: parameters: ignoreErrors: - '#^Call to an undefined method Aura\\Router\\Map::extras\(\)\.$#' - - '#^Call to an undefined method Illuminate\\Support\\Fluent::references\(\)\.$#' - '#^Parameter \#1 \$column of method Illuminate\\Database\\Query\\Builder::[a-zA-Z]+\(\) expects string, Illuminate\\Database\\Query\\Expression given\.$#' - '#^Parameter \#1 \$column of method Illuminate\\Database\\Query\\Builder::[a-zA-Z]+\(\) expects array\|Closure\|string, Illuminate\\Database\\Query\\Expression given\.$#' - - '#^Parameter \#1 \$table of static method Illuminate\\Database\\Capsule\\Manager::table\(\) expects string, Illuminate\\Database\\Query\\Expression given\.$#' -- cgit v1.3