Files
Jacek Pyziak c2c835faca Add initial files and templates for ps_emailalerts module
- Created LICENSE file for composer dependencies.
- Added autoload files: autoload_classmap.php, autoload_namespaces.php, autoload_psr4.php, autoload_real.php, and autoload_static.php.
- Initialized installed.json for composer.
- Added index.php and form templates for admin configuration.
- Implemented front-end templates for email alerts, including account management and product notifications.
- Included necessary headers and copyright notices in all new files.
2025-04-22 23:48:43 +02:00

15 lines
440 B
Plaintext

includes:
- %currentWorkingDirectory%/vendor/prestashop/php-dev-tools/phpstan/ps-module-extension.neon
parameters:
paths:
# From PHPStan 0.12, paths to check are relative to the neon file
- ../../../ps_emailalerts.php
- ../../../upgrade
- ../../../MailAlert.php
- ../../../controllers
reportUnmatchedIgnoredErrors: false
level: 5
ignoreErrors:
- '#Unreachable statement \- code above always terminates\.#'