Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ext/session/session.stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function open(string $path, string $name);
/** @return bool */
public function close();

/** @return string */
/** @return string|false */
public function read(string $id);

/** @return bool */
Expand Down Expand Up @@ -107,7 +107,7 @@ public function open(string $path, string $name) {}
/** @return bool */
public function close() {}

/** @return string */
/** @return string|false */
public function read(string $id) {}

/** @return bool */
Expand Down
2 changes: 1 addition & 1 deletion ext/session/session_arginfo.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
* Stub hash: 8175feea632f2832e43d830e70dc9332377b9f22 */
* Stub hash: 88f428841bc3e12b949a3308d60eae80d87e563a */

ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_session_name, 0, 0, MAY_BE_STRING|MAY_BE_FALSE)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, name, IS_STRING, 1, "null")
Expand Down