Skip to content

Commit 9c0ae15

Browse files
committed
typo fixes
1 parent 0df3200 commit 9c0ae15

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v1.1.1, 2018-06-26
2+
* typo fixes
3+
14
# v1.1.0, 2018-04-05
25
* PHP7 Support added
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()) {

0 commit comments

Comments
 (0)