]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
[SESSION] Increase type strictness for full PHP adherence
authorDiogo Cordeiro <diogo@fc.up.pt>
Sat, 11 May 2019 20:20:09 +0000 (21:20 +0100)
committerDiogo Cordeiro <diogo@fc.up.pt>
Wed, 22 May 2019 21:29:26 +0000 (22:29 +0100)
commite8783d46d0ff749d31bf4765713defdf725da48e
tree7cd711adad91d5646c390f5ff204964870b6f916
parentd9a42550ff5653082c9d06aa9a48963599688bf4
[SESSION] Increase type strictness for full PHP adherence
Documented this file (adapted from maiyannah's postActiv doc)
This commit also fixes PHP Warning:  session_write_close(): Session callback expects true/false return value in classes/Session.php on line 289 (spoted by XRevan86)
Observation: In a newer release we will be replacing this kind of castings with actual explicit PHP7 return types
classes/Session.php