There was an error while loading. Please reload this page.
1 parent 1ad3413 commit b830966Copy full SHA for b830966
src/VCR/VCRFactory.php
@@ -35,7 +35,7 @@ protected function __construct(Configuration $config = null)
35
36
// This constant exists only from PHP 7.3
37
// Once we are no longer supporting 7.2, we can remove this
38
- defined('CURLPROXY_HTTPS') or define('CURLPROXY_HTTPS', 2);
+ \defined('CURLPROXY_HTTPS') or \define('CURLPROXY_HTTPS', 2);
39
}
40
41
protected function createVCRVideorecorder(): Videorecorder
0 commit comments