We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3382a commit 9c19d6fCopy full SHA for 9c19d6f
patches/SessionHandler.patch
@@ -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
17
+ * @return bool
18
19
+- public function updateTimestamp(string $id, string $data);
20
++ public function updateTimestamp($id, $data);
21
+ }
22
23
0 commit comments