tinymce-editor/phpstan.neon

26 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-04-08 22:47:11 +02:00
parameters:
scanFiles:
- .ide-helper.php
2024-12-04 12:04:03 +01:00
- ../../oxid-esales/oxideshop-ce/source/bootstrap.php
- ../../oxid-esales/oxideshop-ce/source/oxfunctions.php
- ../../oxid-esales/oxideshop-ce/source/overridablefunctions.php
2023-04-08 22:47:11 +02:00
paths:
- Application
2024-12-04 12:04:03 +01:00
- assets/out/fileman
2023-04-08 22:47:11 +02:00
level: 9
2024-12-04 12:04:03 +01:00
phpVersion: 80000
2023-04-10 22:25:46 +02:00
ignoreErrors:
- '#Constant FILES_ROOT not found.#'
- '#Constant SESSION_PATH_KEY not found.#'
- '#Constant FORBIDDEN_UPLOADS not found.#'
- '#Constant ALLOWED_UPLOADS not found.#'
- '#Constant BASE_PATH not found.#'
- '#Constant DIRPERMISSIONS not found.#'
- '#Constant FILEPERMISSIONS not found.#'
- '#Constant MAX_IMAGE_HEIGHT not found.#'
- '#Constant MAX_IMAGE_WIDTH not found.#'
- '#Method RoxyImage\:\:OutputImage\(\) has no return type specified.#'
- '#Method RoxyImage\:\:OutputImage\(\) has parameter \$img with no type specified.#'
- '#Method RoxyImage\:\:SetAlpha\(\) has no return type specified.#'
- '#Method RoxyImage\:\:SetAlpha\(\) has parameter \$img with no type specified.#'
- '#Method RoxyImage\:\:GetImage\(\) has no return type specified.#'