generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
44 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
parameters: | ||
level: 8 | ||
checkMissingIterableValueType: false | ||
paths: | ||
- app | ||
excludePaths: | ||
- app/Nova/* | ||
level: 8 | ||
includes: | ||
- vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon | ||
ignoreErrors: | ||
- '#is not allowed to extend#' | ||
- '#has a nullable return type declaration#' | ||
- '#should return string\|null but return statement is missing#' | ||
checkMissingIterableValueType: false | ||
- '#is not allowed to extend.#' | ||
- '#Dynamic call to static method.#' | ||
- '#has a nullable return type declaration.#' | ||
- '#has parameter \$[a-zA-Z]+ with default value.#' | ||
- '#has parameter \$[a-zA-Z]+ with null as default value.#' | ||
- '#has parameter \$[a-zA-Z]+ with a nullable type declaration.#' | ||
- '#Parameter \#[0-9] \$column of method Illuminate\\Database\\Eloquent\\Builder\<Illuminate\\Database\\Eloquent\\Model\>\:\:whereIn\(\) expects string, Illuminate\\Database\\Query\\Expression given.#' | ||
- '#is protected, but since the containing class is final, it can be private.#' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters