Skip to content

Commit

Permalink
Correct the return type of Session::getInstance()
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Dec 1, 2017
1 parent 6b1d005 commit 680c306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static function name($name)
/**
* Ensure the session instance has been created.
*
* @return void
* @return SessionInterface
*/
public static function getInstance()
{
Expand Down

0 comments on commit 680c306

Please sign in to comment.