mirror of
https://github.com/itflow-org/itflow
synced 2026-03-26 23:35:39 +00:00
Add new optional beta email parser thats based on ImapEngine instead of Webklex
This commit is contained in:
13
plugins/vendor/zbateson/mail-mime-parser/phpstan.neon
vendored
Normal file
13
plugins/vendor/zbateson/mail-mime-parser/phpstan.neon
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
parameters:
|
||||
level: 6
|
||||
errorFormat: raw
|
||||
editorUrl: '%%file%% %%line%% %%column%%: %%error%%'
|
||||
paths:
|
||||
- src
|
||||
bootstrapFiles:
|
||||
- PHPStanConstants.php
|
||||
ignoreErrors:
|
||||
-
|
||||
message: '#Call to an undefined method ZBateson\\MailMimeParser#'
|
||||
paths:
|
||||
- src/*
|
||||
Reference in New Issue
Block a user