Skip to content

Commit

Permalink
Fix transport() return type
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Sep 26, 2021
1 parent b9a2fd4 commit e98d5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/php/web/session/Sessions.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function name() { return $this->name; }
/**
* Returns session transport
*
* @return string
* @return web.session.Transport
*/
public function transport() { return $this->transport ?: $this->transport= new Cookies(); }

Expand Down

0 comments on commit e98d5fc

Please sign in to comment.