Skip to content

Commit cdfd994

Browse files
committed
Update Driver.php
1 parent e4b057e commit cdfd994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @param String $ip
1212
* @return Position $position
1313
*/
14-
public static function CallApi(String $ip) {
14+
public static function CallApi(String $ip): Position {
1515

1616
// Get our config to find the default set.
1717
$api = config('currencyapi.default_api');

0 commit comments

Comments
 (0)