cleaning up code and comments.

This commit is contained in:
Taylor Otwell
2012-04-05 21:40:56 -05:00
parent a77196db86
commit 825e8b2d49
3 changed files with 8 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ abstract class Driver {
abstract public function delete($id);
/**
* Insert a fresh session and return the payload array.
* Create a fresh session array with a unique ID.
*
* @return array
*/