HEX
Server: nginx
System: Linux 167746b7b9c4 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: www-data (1000)
PHP: 8.4.3
Disabled: NONE
Upload Files
File: /www/sites/cbgdh_com/index/wp-content/themes/onenav/vendor/yurunsoft/yurun-http/phpstan.neon
parameters:
    level: 6

    paths:
        - src
        - tests

    bootstrapFiles:
        - vendor/autoload.php

    excludePaths:
        - vendor
    
    treatPhpDocTypesAsCertain: false
    checkGenericClassInNonGenericObjectType: false
    reportUnmatchedIgnoredErrors: false

    ignoreErrors:
        - '#Unsafe usage of new static\(\).+#'
        - '#Method \S+ return type has no value type specified in iterable type array.#'
        - '#Method \S+ has parameter \S+ with no value type specified in iterable type array.#'
        - '#Property \S+ type has no value type specified in iterable type array.#'
        - '#Access to an undefined property Workerman\\Connection\\TcpConnection::\$__request.#'
        - '#unknown class CurlHandle#'
        - '#invalid typehint type CurlHandle#'
        -
            message: '#Method \S+ has no return typehint specified.#'
            paths:
                - tests/unit/**Test.php