summaryrefslogtreecommitdiff
path: root/www/wiki/vendor/elasticsearch/elasticsearch/phpstan-src.neon
blob: 552ba7c3ee15f786e773412964fd4dd1e321ecf1 (plain)
1
2
3
4
5
6
parameters:
    ignoreErrors:

        # nullable types are missing everywhere
        # this should be removed and fixed in the code later
        - '#Variable (.*) in isset\(\) always exists and is not nullable.#'