Fix phpdoc block of NativeSessionStorage class

This commit is contained in:
Diego Campoy 2015-09-01 12:05:34 +01:00 committed by Fabien Potencier
parent ddf79da4f9
commit f181ea89e3
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class NativeSessionStorage implements SessionStorageInterface
* ("auto_start", is not supported as it tells PHP to start a session before
* PHP starts to execute user-land code. Setting during runtime has no effect).
*
* cache_limiter, "nocache" (use "0" to prevent headers from being sent entirely).
* cache_limiter, "" (use "0" to prevent headers from being sent entirely).
* cookie_domain, ""
* cookie_httponly, ""
* cookie_lifetime, "0"