From 6f817c1c6f9be591664665a43f4acd1190de0374 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 18 Apr 2013 07:30:47 +0200 Subject: [PATCH] Revert "fixed CS" This reverts commit 5415b4e26f1217d0c47ca3870a14a785f71bab6a. --- .../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 24957bcbcbc1..17f1085476f7 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 @@ public function getSaveHandlerName() } /** - * Is this proxy handler and instance of \SessionHandlerInterface. + * Is this proxy handler and instance of \SessionHandlerInterface * * @return boolean */ @@ -56,7 +56,7 @@ public function isSessionHandlerInterface() } /** - * 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 */