Skip to content

Commit 7a8ff5a

Browse files
Contract Invalid Bug (string)
1 parent dd4e5bd commit 7a8ff5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Canducci/ZipCode/Contracts/ZipCodeRequestContract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ interface ZipCodeRequestContract
1010
* @param $url
1111
* @return mixed
1212
*/
13-
public function get(string $url): ZipCodeResponse;
13+
public function get($url): ZipCodeResponse;
1414
}

0 commit comments

Comments
 (0)