PluginProbe
WindPress – Tailwind CSS integration for WordPress / 3.2.82
WindPress – Tailwind CSS integration for WordPress v3.2.82
3.2.90 3.2.89 3.2.88 3.2.87 3.2.86 3.2.85 3.2.84 3.2.83 3.2.82 3.2.81 trunk 3.0.0 3.0.1 3.0.10 3.0.11 3.0.12 3.0.13 3.0.14 3.0.15 3.0.16 3.0.17 3.0.2 3.0.3 3.0.4 3.0.5 All 144 releases
windpress / vendor / paragonie / random_compat / psalm.xml

psalm.xml in WindPress – Tailwind CSS integration for WordPress 3.2.82, at vendor/paragonie/random_compat/psalm.xml

20 lines 596 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0"?>
2 <psalm
3 autoloader="psalm-autoload.php"
4 stopOnFirstError="false"
5 useDocblockTypes="true"
6 >
7 <projectFiles>
8 <directory name="lib" />
9 </projectFiles>
10 <issueHandlers>
11 <RedundantConditionGivenDocblockType errorLevel="info" />
12 <UnresolvableInclude errorLevel="info" />
13 <DuplicateClass errorLevel="info" />
14 <InvalidOperand errorLevel="info" />
15 <UndefinedConstant errorLevel="info" />
16 <MissingReturnType errorLevel="info" />
17 <InvalidReturnType errorLevel="info" />
18 </issueHandlers>
19 </psalm>
20