From 5415b4e26f1217d0c47ca3870a14a785f71bab6a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 18 Apr 2013 07:27:22 +0200 Subject: [PATCH] fixed CS --- .../HttpFoundation/Session/Storage/Proxy/AbstractProxy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */