Skip to content

Commit

Permalink
Remove unneeded PHPStan ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Mar 21, 2024
1 parent 24850d7 commit 595046f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ parameters:
- '#Only booleans are allowed in a negated boolean, Illuminate\\Support\\Carbon\|null given\.#'
- '#Only booleans are allowed in a negated boolean, mixed given\.#'
- '#Only booleans are allowed in a ternary operator condition, Illuminate\\Support\\Carbon\|null given\.#'
- '#Only numeric types are allowed in \+, float\|null given on the right side\.#'
- '#Only numeric types are allowed in \+, int\|null given on the left side\.#'
- '#Only numeric types are allowed in \+, int\|null given on the right side\.#'
- '#Parameter \#1 ...\$addresses of method Symfony\\Component\\Mime\\Email::replyTo\(\) expects string\|Symfony\\Component\\Mime\\Address, mixed given\.#'
- '#Parameter \#1 \$[a-z_]+ of method DocuSign\\eSign\\Model\\[a-zA-Z]+::set[a-zA-Z]+\(\) expects string\|null, false given\.#'
- '#Parameter \#1 \$[a-z_]+ of method DocuSign\\eSign\\Model\\[a-zA-Z]+::set[a-zA-Z]+\(\) expects string\|null, int given\.#'
Expand Down Expand Up @@ -166,7 +163,6 @@ parameters:
- '#Parameter \#1 \$id of static method Illuminate\\Database\\Eloquent\\Builder<App\\Models\\User>::findByIdentifier\(\) expects string, mixed given\.#'
- '#Parameter \#1 \$idempotencyKey of static method Square\\Models\\Builders\\RefundPaymentRequestBuilder::init\(\) expects string, string\|null given\.#'
- '#Parameter \#1 \$ids of method Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany<Illuminate\\Database\\Eloquent\\Model>::sync\(\) expects array\|Illuminate\\Database\\Eloquent\\Model\|Illuminate\\Support\\Collection, mixed given\.#'
- '#Parameter \#1 \$itinerary of static method App\\Util\\Matrix::getHighestDisplayPrice\(\) expects array\|string\|null, mixed given\.#'
- '#Parameter \#1 \$json of function json_decode expects string, mixed given\.#'
- '#Parameter \#1 \$json of function json_decode expects string, string\|false given\.#'
- '#Parameter \#1 \$locationId of class Square\\Models\\Order constructor expects string, mixed given\.#'
Expand Down

0 comments on commit 595046f

Please sign in to comment.