File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ # v1.1.1, 2018-06-26
2+ * typo fixes
3+
14# v1.1.0, 2018-04-05
25* PHP7 Support added
36
Original file line number Diff line number Diff line change 11# Session Component
2- ![ version] ( https://img.shields.io/badge/version-1.1.0 -brightgreen.svg?style=flat-square " Version ")
2+ ![ version] ( https://img.shields.io/badge/version-1.1.1 -brightgreen.svg?style=flat-square " Version ")
33[ ![ MIT License] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square )] ( https://github.com/flextype-components/session/blob/master/LICENSE )
44
55### Installation
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ public static function exists() : bool
124124 * @param string $key The key of the variable to get.
125125 * @return mixed
126126 */
127- public static function get (sstring $ key )
127+ public static function get (string $ key )
128128 {
129129 // Start session if needed
130130 if (! session_id ()) {
You can’t perform that action at this time.
0 commit comments