diff --git a/phpstan.neon b/phpstan.neon index b480b77ca..1fd249f81 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -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\.#' @@ -166,7 +163,6 @@ parameters: - '#Parameter \#1 \$id of static method Illuminate\\Database\\Eloquent\\Builder::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::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\.#'