diff --git a/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php b/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php index 17f1085476..24957bcbcb 100644 --- a/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php +++ b/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php @@ -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 */ @@ -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 */