mirror of
https://gh.wpcy.net/https://github.com/mainwp/mainwp-child.git
synced 2026-04-29 14:39:17 +08:00
Added: support file uploader .min.js file Added: OpenSSL Working Status in Server Information page Added: support OpenSSL options and PHPSecLib
19 lines
596 B
XML
19 lines
596 B
XML
<?xml version="1.0"?>
|
|
<psalm
|
|
autoloader="psalm-autoload.php"
|
|
stopOnFirstError="false"
|
|
useDocblockTypes="true"
|
|
>
|
|
<projectFiles>
|
|
<directory name="lib" />
|
|
</projectFiles>
|
|
<issueHandlers>
|
|
<RedundantConditionGivenDocblockType errorLevel="info" />
|
|
<UnresolvableInclude errorLevel="info" />
|
|
<DuplicateClass errorLevel="info" />
|
|
<InvalidOperand errorLevel="info" />
|
|
<UndefinedConstant errorLevel="info" />
|
|
<MissingReturnType errorLevel="info" />
|
|
<InvalidReturnType errorLevel="info" />
|
|
</issueHandlers>
|
|
</psalm>
|