includes: - ./vendor/nunomaduro/larastan/extension.neon parameters: level: 5 paths: - app ignoreErrors: - '#Access to an undefined property App\\Demo\\[a-zA-Z0-9\\_]+::\$[a-zA-Z0-9\\_]+\.#' - '#Call to an undefined method App\\Http\\Resources\\DemoResource::DemoMethod\(\)\.#' - '#Call to protected static method get\(\) of class Illuminate\\Filesystem\\FilesystemManager\.#' - '#Parameter \#2 \$str of function fwrite expects string, Illuminate\\Contracts\\Filesystem\\Filesystem given\.#' - '#Access to an undefined property object\:\:\$#' excludes_analyse: - vendor/ - storage/ - node_modules/ - routes/ - config/ - database/