Skip to content

Commit

Permalink
Merge pull request #99 from turbo124/main
Browse files Browse the repository at this point in the history
Fixes for return types in docs
  • Loading branch information
turbo124 authored Jan 13, 2023
2 parents dd61bbf + fa5209f commit 47ab881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InvoiceNinja.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ private function httpClient()
* @param string $method
* @param string $uri
* @param array $payload
* @return void
* @return mixed
* @throws GuzzleException
*/
public function send(string $method, string $uri, array $payload)
Expand Down

0 comments on commit 47ab881

Please sign in to comment.