# disco/1.3.48/vendor/inpsyde/assets/psalm.xml

Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO, version 1.3.48. 30 lines.

- Page: https://pluginprobe.com/plugins/disco/1.3.48/code/vendor/inpsyde/assets/psalm.xml
- Raw: https://pluginprobe.com/plugins/disco/1.3.48/raw/vendor/inpsyde/assets/psalm.xml
- Modified: 2024-09-18T11:17:48+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/disco/1.3.48/code/vendor/inpsyde/assets/psalm.xml#L10-L20`.

```xml
<?xml version="1.0"?>
<psalm
    useDocblockPropertyTypes="true"
    usePhpDocMethodsWithoutMagicCall="true"
    strictBinaryOperands="true"
    ignoreInternalFunctionFalseReturn="false"
    ignoreInternalFunctionNullReturn="false"
    hideExternalErrors="true"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="https://getpsalm.org/schema/config"
    xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
>
    <projectFiles>
        <directory name="src"/>
        <ignoreFiles>
            <directory name="vendor" />
        </ignoreFiles>
    </projectFiles>

    <stubs>
        <file name="vendor/php-stubs/wordpress-stubs/wordpress-stubs.php" />
    </stubs>

    <issueHandlers>
        <MixedAssignment errorLevel="suppress" />
        <RedundantCastGivenDocblockType errorLevel="suppress" />
        <DeprecatedClass errorLevel="suppress" />
        <UndefinedConstant errorLevel="suppress" />
    </issueHandlers>
</psalm>
```
