HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/ehbo.today/vendor/paragonie/sodium_compat/phpstan.neon.dist
parameters:
    level: max
    paths:
        - %currentWorkingDirectory%/src/
        - %currentWorkingDirectory%/lib/
        - %currentWorkingDirectory%/namespaced/
#    excludes_analyse:
    ignoreErrors:
        # sodium_crypto_pwhash is a built-in function
        - '/^Default value of the parameter #6 \$algo \(null\) of function sodium_crypto_pwhash\(\) is incompatible with type int\.$/'
        # PHPStan issue #2124
        - '#^Function sodium_crypto_scalarmult_base invoked with 1 parameter, 2 required\.$#'
        # On PHP >=7.2 there is HashContext
        - '/^Parameter #1 \$context of function hash_final expects HashContext, resource given\.$/'
        # People call generichash() with all kinds of rubish
        -
            message: '#^Else branch is unreachable because previous condition is always true\.$#'
            path: %currentWorkingDirectory%/src/File.php