From 9df76ed977627e36be027785e899cd849e1a9c99 Mon Sep 17 00:00:00 2001 From: Kristaps Berzinch Date: Tue, 12 Mar 2024 18:24:15 -0400 Subject: [PATCH] Ignore new PHPStan finding --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 594cc2d9a..b480b77ca 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -265,6 +265,7 @@ parameters: - '#Parameter \$client_id of method DocuSign\\eSign\\Client\\ApiClient::requestJWTUserToken\(\) expects string, mixed given\.#' - '#Parameter \$client_secret of method DocuSign\\eSign\\Client\\ApiClient::refreshAccessToken\(\) expects string\|null, mixed given\.#' - '#Parameter \$rsa_private_key of method DocuSign\\eSign\\Client\\ApiClient::requestJWTUserToken\(\) expects string, mixed given\.#' + - '#Parameter \$to of class Illuminate\\Mail\\Mailables\\Envelope constructor expects array, array given\.#' - '#Parameter \$user_id of method DocuSign\\eSign\\Client\\ApiClient::requestJWTUserToken\(\) expects string, mixed given\.#' - '#PHPDoc type array of property App\\Models\\[a-zA-Z]+::\$appends is not covariant with PHPDoc type array of overridden property Illuminate\\Database\\Eloquent\\Model::\$appends\.#' - '#PHPDoc type array of property App\\Models\\[a-zA-Z]+::\$fillable is not covariant with PHPDoc type array of overridden property Illuminate\\Database\\Eloquent\\Model::\$fillable\.#'