diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2022-07-31 09:15:00 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2022-07-31 09:15:00 +0300 |
| commit | 7187ab859db71fd706a6ea67587b21ad0fe588df (patch) | |
| tree | 0c36632720ec06fb18dd999132fffdb55284fb8c /phpstan.neon | |
| parent | 4aefbd628e9a0e1eac58523904ad887b0635cda3 (diff) | |
fork masterminds html5-php
Diffstat (limited to 'phpstan.neon')
| -rw-r--r-- | phpstan.neon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpstan.neon b/phpstan.neon index bca85c19b..2ca1ca2d3 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,7 +1,7 @@ parameters: level: 6 parallel: - maximumNumberOfProcesses: 4 + maximumNumberOfProcesses: 2 reportUnmatchedIgnoredErrors: false ignoreErrors: - '#Constant.*\b(SUBSTRING_FOR_DATE|SCHEMA_VERSION|SELF_USER_AGENT|LABEL_BASE_INDEX|PLUGIN_FEED_BASE_INDEX)\b.*not found#' |