PluginProbe
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO / 1.4.16
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO v1.4.16
1.4.17 1.4.16 1.4.15 1.4.14 1.4.13 1.4.12 1.4.11 1.4.10 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.54 1.3.53 1.3.52 1.3.51 1.3.50 1.3.49 1.3.48 All 180 releases
disco / vendor / inpsyde / assets / psalm.xml

psalm.xml in Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO 1.4.16, at vendor/inpsyde/assets/psalm.xml

30 lines 985 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 useDocblockPropertyTypes="true"
4 usePhpDocMethodsWithoutMagicCall="true"
5 strictBinaryOperands="true"
6 ignoreInternalFunctionFalseReturn="false"
7 ignoreInternalFunctionNullReturn="false"
8 hideExternalErrors="true"
9 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10 xmlns="https://getpsalm.org/schema/config"
11 xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
12 >
13 <projectFiles>
14 <directory name="src"/>
15 <ignoreFiles>
16 <directory name="vendor" />
17 </ignoreFiles>
18 </projectFiles>
19
20 <stubs>
21 <file name="vendor/php-stubs/wordpress-stubs/wordpress-stubs.php" />
22 </stubs>
23
24 <issueHandlers>
25 <MixedAssignment errorLevel="suppress" />
26 <RedundantCastGivenDocblockType errorLevel="suppress" />
27 <DeprecatedClass errorLevel="suppress" />
28 <UndefinedConstant errorLevel="suppress" />
29 </issueHandlers>
30 </psalm>