This commit is contained in:
Fabien Potencier 2013-04-18 07:27:22 +02:00
parent 7aa06818bc
commit 5415b4e26f

View File

@ -46,7 +46,7 @@ abstract class AbstractProxy
} }
/** /**
* Is this proxy handler and instance of \SessionHandlerInterface * Is this proxy handler and instance of \SessionHandlerInterface.
* *
* @return boolean * @return boolean
*/ */
@ -56,7 +56,7 @@ abstract class AbstractProxy
} }
/** /**
* Returns true if this handler wraps an internal PHP session save handler using \SessionHandler * Returns true if this handler wraps an internal PHP session save handler using \SessionHandler.
* *
* @return Boolean * @return Boolean
*/ */