shlink/phpstan.neon
2018-07-04 20:28:05 +02:00

8 lines
215 B
Plaintext

parameters:
excludes_analyse:
- module/Common/src/Template/Extension/TranslatorExtension.php
- module/Rest/src/Util/RestUtils.php
ignoreErrors:
- '#is not subtype of Throwable#'
- '#Cannot access offset#'