includes: - ./vendor/calebdw/larastan/extension.neon - ./vendor/calebdw/larastan-livewire/extension.neon #- ./vendor/tomasvotruba/bladestan/config/extension.neon - ./phpstan-baseline.neon parameters: tmpDir: .phpstan.cache paths: - app - bootstrap - config - database - lang - public - resources - routes excludePaths: - app/Helpers/Markdown.php - app/Helpers/MarkdownExtra.php - app/Http/Livewire/TmdbPersonCredit.php - app/Http/Livewire/TorrentSearch.php - bootstrap/cache level: 7 checkOctaneCompatibility: true ignoreErrors: - message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Builder\\:\:searchable\(\)\.$#' identifier: method.notFound - message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany\\:\:searchable\(\)\.$#' identifier: method.notFound - message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Relations\\BelongsTo\\:\:searchable\(\)\.$#' identifier: method.notFound - identifier: nullsafe.neverNull