8000 Add missing apostrophe in setSaveHandler phpdoc · symfony/symfony@e32f5a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit e32f5a2

Browse files
pawel-lewtakfabpot
authored andcommitted
Add missing apostrophe in setSaveHandler phpdoc
1 parent 707d359 commit e32f5a2

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
@@ -351,7 +351,7 @@ public function setOptions(array $options)
351351
* session.save_handler and session.save_path e.g.
352352
*
353353
* ini_set('session.save_handler', 'files');
354-
* ini_set('session.save_path', /tmp');
354+
* ini_set('session.save_path', '/tmp');
355355
*
356356
* or pass in a NativeSessionHandler instance which configures session.save_handler in the
357357
* constructor, for a template see NativeFileSessionHandler or use handlers in

0 commit comments

Comments
 (0)
0