8000 Merge branch '2.3' into 2.7 · symfony/symfony@c4cc147 · GitHub
[go: up one dir, main page]

Skip to content

Commit c4cc147

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: Add missing apostrophe in setSaveHandler phpdoc [FrameworkBundle] Add case in Kernel directory guess for PHPUnit
2 parents 5d18788 + f9bf3f8 commit c4cc147

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