We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b057e commit cdfd994Copy full SHA for cdfd994
src/Driver.php
@@ -11,7 +11,7 @@
11
* @param String $ip
12
* @return Position $position
13
*/
14
- public static function CallApi(String $ip) {
+ public static function CallApi(String $ip): Position {
15
16
// Get our config to find the default set.
17
$api = config('currencyapi.default_api');
0 commit comments