Skip to content

Commit b830966

Browse files
CS rule
1 parent 1ad3413 commit b830966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VCR/VCRFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected function __construct(Configuration $config = null)
3535

3636
// This constant exists only from PHP 7.3
3737
// Once we are no longer supporting 7.2, we can remove this
38-
defined('CURLPROXY_HTTPS') or define('CURLPROXY_HTTPS', 2);
38+
\defined('CURLPROXY_HTTPS') or \define('CURLPROXY_HTTPS', 2);
3939
}
4040

4141
protected function createVCRVideorecorder(): Videorecorder

0 commit comments

Comments
 (0)