Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
presta_version: ['9.1.4', 'develop']
presta_version: ['9.1.5', '9.2.x', 'develop']
php_version: ['8.1', '8.5']
fail-fast: false
env:
Expand Down
File renamed without changes.
13 changes: 13 additions & 0 deletions tests/phpstan/phpstan-9.2.x.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
includes:
- %currentWorkingDirectory%/tests/phpstan/phpstan.neon

parameters:
ignoreErrors:
- '#Strict comparison using === between null and mixed will always evaluate to false\.#'
- '#Call to method addJS\(\) on an unknown class PrestaShop\\PrestaShop\\Core\\Context\\LegacyControllerContext\.#'
- '#Call to method addCSS\(\) on an unknown class PrestaShop\\PrestaShop\\Core\\Context\\LegacyControllerContext\.#'
- '#Call to method getLanguages\(\) on an unknown class PrestaShop\\PrestaShop\\Core\\Context\\LegacyControllerContext\.#'
- '#Access to property \$php_self on an unknown class PrestaShop\\PrestaShop\\Core\\Context\\LegacyControllerContext\.#'
- '#Parameter \$request of method PrestaShop\\Module\\Psgdpr\\Controller\\Admin\\[a-zA-Z]+::[a-zA-Z]+\(\) has invalid type Symfony\\Component\\HttpFoundation\\Request\.#'
- '#Call to method getContent\(\) on an unknown class Symfony\\Component\\HttpFoundation\\Request\.#'
- '#Call to an undefined static method CartRule::getAllCustomerCartRules\(\)\.#'
Loading