Skip to content

Commit 153ad41

Browse files
committed
cs
1 parent 8a7f542 commit 153ad41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ function getTempDir(): string
2020
{
2121
$dir = __DIR__ . '/tmp/' . getmypid();
2222

23-
if (empty($GLOBALS['\\lock'])) {
23+
if (empty($GLOBALS['\lock'])) {
2424
// garbage collector
25-
$GLOBALS['\\lock'] = $lock = fopen(__DIR__ . '/lock', 'w');
25+
$GLOBALS['\lock'] = $lock = fopen(__DIR__ . '/lock', 'w');
2626
if (rand(0, 100)) {
2727
flock($lock, LOCK_SH);
2828
@mkdir(dirname($dir));

0 commit comments

Comments
 (0)