diff --git a/tests/php/phpstan/phpstan-8.0.neon b/tests/php/phpstan/phpstan-8.0.neon index 008b8fe87..92427fa84 100644 --- a/tests/php/phpstan/phpstan-8.0.neon +++ b/tests/php/phpstan/phpstan-8.0.neon @@ -7,5 +7,5 @@ parameters: - '~^Parameter #2 \$active of static method CurrencyCore::getCurrencies\(\) expects bool, int given\.$~' - '~^Parameter #3 \$groupBy of static method CurrencyCore::getCurrencies\(\) expects bool, Shop given\.$~' - '~^Parameter #\d+ \$\w+ of static method ProductCore::priceCalculation\(\) expects \w+, \w+ given\.$~' - - 'Parameter #2 \$full of static method ToolsCore::displayDate\(\) expects bool, null given\.$~' + - '~^Parameter #2 \$full of static method ToolsCore::displayDate\(\) expects bool, null given\.$~' - '~^Static method ToolsCore::displayDate\(\) invoked with 3 parameters, 1-2 required\.$~'