Skip to content

Commit d049644

Browse files
committed
Fix unintended change
1 parent f0c04ac commit d049644

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
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
}

0 commit comments

Comments
 (0)