Skip to content

Commit

Permalink
Ignore new PHPStan finding
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Mar 12, 2024
1 parent 99830f5 commit 9df76ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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<int, Illuminate\\Mail\\Mailables\\Address\|string>, array given\.#'
- '#Parameter \$user_id of method DocuSign\\eSign\\Client\\ApiClient::requestJWTUserToken\(\) expects string, mixed given\.#'
- '#PHPDoc type array<string> of property App\\Models\\[a-zA-Z]+::\$appends is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\\Database\\Eloquent\\Model::\$appends\.#'
- '#PHPDoc type array<string> of property App\\Models\\[a-zA-Z]+::\$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\\Database\\Eloquent\\Model::\$fillable\.#'
Expand Down

0 comments on commit 9df76ed

Please sign in to comment.