Skip to content

Commit 3de8a46

Browse files
authored
Bump php-cs-fixer (#1001)
1 parent e84da05 commit 3de8a46

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/vendor/
2-
.php_cs.cache
3-
.phpunit.result.cache
2+
*.cache
43
composer.lock

src/SessionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function setUp(): void
9797

9898
public function close()
9999
{
100-
$id = \session_id();
100+
$id = session_id();
101101

102102
// Make sure the expiration time is updated, even if the write did not occur
103103
if ($this->sessionId !== $id || !$this->sessionWritten) {

0 commit comments

Comments
 (0)