HEX
Server: nginx/1.28.3
System: Linux lightweb-s1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: drdrivek-71 (1047)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/mocapict-106/mocapictures.kr/vendor/ramsey/uuid/phpstan.neon.dist
parameters:
    tmpDir: ./build/cache/phpstan
    level: max
    treatPhpDocTypesAsCertain: false
    paths:
        - ./src
        - ./tests
    bootstrapFiles:
        - ./tests/static-analysis/stubs.php
    excludePaths:
        analyse:
            - ./tests/ExpectedBehaviorTest.php
            - ./tests/static-analysis/stubs.php
    ignoreErrors:
        -
            identifier: method.resultUnused
            path: tests/*
        -
            identifier: staticMethod.resultUnused
            path: tests/*