Skip to content

Commit d213faa

Browse files
committed
Curl::getVersion() should be static
1 parent 0d4aa4f commit d213faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Curl/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function setOptions(array $options) : void
106106
/**
107107
* @return array
108108
*/
109-
public function getVersion() : array
109+
public static function getVersion() : array
110110
{
111111
return curl_version();
112112
}

0 commit comments

Comments
 (0)