8000 Fixed typo · symfony/symfony@3881649 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3881649

Browse files
committed
Fixed typo
Fixed a small typo in the docblock
1 parent d55d3b8 commit 3881649

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
@@ -55,7 +55,7 @@ class NativeSessionStorage implements SessionStorageInterface
5555
* Constructor.
5656
*
5757
* Depending on how you want the storage driver to behave you probably
58-
* want top override this constructor entirely.
58+
* want to override this constructor entirely.
5959
*
6060
* List of options for $options array with their defaults.
6161
* @see http://php.net/session.configuration for options

0 commit comments

Comments
 (0)
0