Skip to content

Commit 277e6ba

Browse files
author
Ian Barber
committed
Remove use of static::
Breaks 5.2. This fixes googleapis#124
1 parent 033efe2 commit 277e6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Google/IO/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ protected function _needsQuirk()
130130
{
131131
$ver = curl_version();
132132
$versionNum = $ver['version_number'];
133-
return $versionNum < static::NO_QUIRK_VERSION;
133+
return $versionNum < Google_IO_Curl::NO_QUIRK_VERSION;
134134
}
135135
}

0 commit comments

Comments
 (0)