Skip to content

Commit

Permalink
Remove return typehint.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 12, 2018
1 parent 7fb21b1 commit 73d4752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Response extends BaseResponse
*
* @return array
*/
public function toArray(): array
public function toArray()
{
throw new DomainException('Unable to convert response to array!');
}
Expand Down

0 comments on commit 73d4752

Please sign in to comment.