Skip to content

Commit

Permalink
Removed boolean in favor of bool
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed May 3, 2020
1 parent f86896b commit bd8d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Response.php
Expand Up @@ -112,7 +112,7 @@ public function json()
/**
* Returns true if API returned an error message.
*
* @return boolean
* @return bool
*/
public function isError()
{
Expand Down

0 comments on commit bd8d898

Please sign in to comment.