Skip to content

Commit ac561f2

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Fix stub for Serializable::serialize()
2 parents 6971c72 + 27eb816 commit ac561f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Zend/zend_interfaces.stub.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function offsetUnset(mixed $offset);
4848

4949
interface Serializable
5050
{
51-
/** @return string */
51+
/** @return string|null */
5252
public function serialize();
5353

5454
/** @return void */

Zend/zend_interfaces_arginfo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 29a5ed0b859b0732074c81cf9d26047a6eb9059a */
2+
* Stub hash: c6ef101bd3881348a74b60cecd22d1d7f80017c8 */
33

44
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IteratorAggregate_getIterator, 0, 0, 0)
55
ZEND_END_ARG_INFO()

0 commit comments

Comments
 (0)