Skip to content

Commit

Permalink
fix suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ichikawa committed Mar 15, 2024
1 parent edb24b7 commit b28c09c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Please make it [Here](https://app.sendgrid.com/settings/api_keys).
Add the package to your composer.json and run composer update.
```json
"require": {
"s-ichikawa/laravel-sendgrid-driver": "^5.0"
"s-ichikawa/laravel-sendgrid-driver": "^4.0"
},
```

Expand All @@ -29,7 +29,7 @@ $ composer require s-ichikawa/laravel-sendgrid-driver
Add the package to your composer.json and run composer update.
```json
"require": {
"s-ichikawa/laravel-sendgrid-driver": "^5.0"
"s-ichikawa/laravel-sendgrid-driver": "^4.0"
},
```

Expand Down
2 changes: 1 addition & 1 deletion src/Transport/SendgridTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ private function setPersonalizations(array &$data, array $personalizations): voi
}

/**
* @param $payload array
* @param array $payload
* @return ResponseInterface
* @throws ClientException
*/
Expand Down

0 comments on commit b28c09c

Please sign in to comment.