Skip to content

Commit ac880cd

Browse files
committed
Make class list iterable
1 parent 8985f62 commit ac880cd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Zend/zend_builtin_functions.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function autoload_unregister_class(callable $callback): bool {}
205205

206206
function autoload_call_class(string $class): void {}
207207

208-
function autoload_list_class(): array {}
208+
function autoload_list_class(): iterable {}
209209

210210
function autoload_register_function(callable $callback, bool $prepend = false): void {}
211211

Zend/zend_builtin_functions_arginfo.h

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

0 commit comments

Comments
 (0)