includes: - vendor/larastan/larastan/extension.neon parameters: level: 0 paths: - app/ - config/ - database/ - routes/ - tests/ excludePaths: - database/migrations/* reportUnmatchedIgnoredErrors: false ignoreErrors: # Ignore errors for facades which are resolved at runtime - '#Call to an undefined static method#' # Laravel specific settings checkModelProperties: true