Skip to content

Commit

Permalink
phpstan-8.0 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leemyongpakvn committed Dec 5, 2023
1 parent 61eac61 commit 06aaf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/phpstan/phpstan-8.0.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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\.$~'

0 comments on commit 06aaf30

Please sign in to comment.