Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 18, 2013
1 parent 7aa0681 commit 5415b4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down

0 comments on commit 5415b4e

Please sign in to comment.