Skip to content

Commit d8fe98d

Browse files
authored
Merge pull request #6355 from kenjis/phpdocs-add-property-to-Session
docs: add `@property` to Session
2 parents 9c0c695 + 68ad806 commit d8fe98d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system/Session/Session.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
*
2626
* Session configuration is done through session variables and cookie related
2727
* variables in app/config/App.php
28+
*
29+
* @property string $session_id
2830
*/
2931
class Session implements SessionInterface
3032
{

0 commit comments

Comments
 (0)