Skip to content

Commit d1917c9

Browse files
committed
ext/libxml: libxml_set_external_entity_loader() always returns true
1 parent c5aa03c commit d1917c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/libxml/libxml.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,6 @@ function libxml_clear_errors(): void {}
182182
#[\Deprecated(since: '8.0', message: 'as external entity loading is disabled by default')]
183183
function libxml_disable_entity_loader(bool $disable = true): bool {}
184184

185-
function libxml_set_external_entity_loader(?callable $resolver_function): bool {}
185+
function libxml_set_external_entity_loader(?callable $resolver_function): true {}
186186

187187
function libxml_get_external_entity_loader(): ?callable {}

ext/libxml/libxml_arginfo.h

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

0 commit comments

Comments
 (0)