8000 fixed CS · symfony/symfony@b96c40e · GitHub
[go: up one dir, main page]

Skip to content

Commit b96c40e

Browse files
committed
fixed CS
1 parent 1271a4c commit b96c40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public function regenerate($destroy = false, $lifetime = null)
217217
} else {
218218
session_start();
219219
}
220-
220+
221221
$this->loadSession();
222222
}
223223

0 commit comments

Comments
 (0)
0