Skip to content

Commit 9c19d6f

Browse files
committed
Fix
1 parent 8b3382a commit 9c19d6f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

patches/SessionHandler.patch

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
@package jetbrains/phpstorm-stubs
2+
@version dev-master
3+
4+
--- session/SessionHandler.php 2021-09-09 18:57:58.000000000 +0200
5+
+++ session/SessionHandler.php 2021-09-12 19:00:13.000000000 +0200
6+
@@ -137,7 +137,7 @@
7+
* Note this value is returned internally to PHP for processing.
8+
* </p>
9+
*/
10+
- public function validateId(string $id);
11+
+ public function validateId($id);
12+
13+
/**
14+
* Update timestamp of a session
15+
@@ -152,7 +152,7 @@
16+
* </p>
17+
* @return bool
18+
*/
19+
- public function updateTimestamp(string $id, string $data);
20+
+ public function updateTimestamp($id, $data);
21+
}
22+
23+
/**

0 commit comments

Comments
 (0)