HEX
Server: Apache
System: Linux webgate.marslia.com 5.14.0-611.30.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 06:42:00 EST 2026 x86_64
User: marslia (1040)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,parse_ini_file,show_source
Upload Files
File: /home/marslia/public_html/sy.marslia.com/phpstan.neon.dist
includes:
    - ./vendor/larastan/larastan/extension.neon

parameters:

    paths:
        - database
        - app/Models
        - app/Console
        - app/Actions
        - app/Events
        - app/Observers
        - app/Listeners
        - app/View
        - app/Http

    # The level 8 is the highest level
    level: 2

    ignoreErrors:
        - '#Access to an undefined property App\\Http\\Controllers\\[a-zA-Z0-9\\_]+::\$(\w)+#'

    excludePaths:
        - ./*/*/FileToBeExcluded.php

    checkMissingIterableValueType: false
    reportUnmatchedIgnoredErrors: false