Skip to content

Commit 7c337fb

Browse files
committed
Fix unintended change
1 parent f0c04ac commit 7c337fb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ext/spl/spl_observer.stub.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ public function current(): array {}
157157
/** @tentative-return-type */
158158
public function next(): void {}
159159

160-
/** @tentative-return-type */
160+
/**
161+
* @tentative-return-type
162+
* @implementation-alias SplObjectStorage::__debugInfo
163+
*/
161164
public function __debugInfo(): array {}
162165
}

ext/spl/spl_observer_arginfo.h

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)