Skip to content

Commit 1dda3f2

Browse files
committed
Updated to 1.1.3 version
1 parent d6cbf65 commit 1dda3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cookie/Cookie.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public static function pull($key) {
9191
*
9292
* @return boolean
9393
*/
94-
public static function destroy(string $key = '') {
94+
public static function destroy($key = '') {
9595

9696
if (isset($_COOKIE[self::$_prefix . $key])) {
9797

0 commit comments

Comments
 (0)