Files
redline.com.pl/modules/ps_shoppingcart/phpstan.neon.dist
2024-11-11 18:46:54 +01:00

11 lines
266 B
Plaintext

parameters:
level: 8
bootstrapFiles:
- .github/workflows/phpstan/autoload.php
paths:
- controllers
- ps_shoppingcart.php
ignoreErrors:
- '#^Call to an undefined method AdminController|FrontController\:\:#'
- '#^Call to an undefined method Module\:\:#'