Skip to content

Commit 61daebf

Browse files
committed
minor symfony#17293 [HttpFoundation] Add missing apostrophe in setSaveHandler phpdoc (pawel-lewtak)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes symfony#17293). Discussion ---------- [HttpFoundation] Add missing apostrophe in setSaveHandler phpdoc | Q | A | ------------- | --- | Fixed tickets | | License | MIT I fixed php code in comment to one of functions as it couldn't be used with simple copy and paste. Commits ------- e32f5a2 Add missing apostrophe in setSaveHandler phpdoc
2 parents 707d359 + e32f5a2 commit 61daebf

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)