Skip to content

Commit

Permalink
Contract Invalid Bug (string)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulviocanducci committed Dec 15, 2020
1 parent dd4e5bd commit 7a8ff5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Canducci/ZipCode/Contracts/ZipCodeRequestContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ interface ZipCodeRequestContract
* @param $url
* @return mixed
*/
public function get(string $url): ZipCodeResponse;
public function get($url): ZipCodeResponse;
}

0 comments on commit 7a8ff5a

Please sign in to comment.