10000 fixed CS · symfony/http-foundation@c787cd0 · GitHub
[go: up one dir, main page]

Skip to content

Commit c787cd0

Browse files
committed
fixed CS
1 parent a8cb140 commit c787cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Session/Storage/Handler/NativeFileSessionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
class NativeFileSessionHandler extends NativeSessionHandler
2020
{
2121
/**
22-
* @param string $savePath Path of directory to save session files
22+
* @param string $savePath path of directory to save session files
2323
* Default null will leave setting as defined by PHP.
2424
* '/path', 'N;/path', or 'N;octal-mode;/path
2525
*

0 commit comments

Comments
 (0)
0