Skip to content

Commit fb1d593

Browse files
committed
Fix parameter order for Deprecated
1 parent 002511e commit fb1d593

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ext/libxml/libxml.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ function libxml_get_errors(): array {}
179179

180180
function libxml_clear_errors(): void {}
181181

182-
#[\Deprecated(message: 'as external entity loading is disabled by default', since: '8.0')]
182+
#[\Deprecated(since: '8.0', message: 'as external entity loading is disabled by default')]
183183
function libxml_disable_entity_loader(bool $disable = true): bool {}
184184

185185
function libxml_set_external_entity_loader(?callable $resolver_function): bool {}

ext/libxml/libxml_arginfo.h

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

0 commit comments

Comments
 (0)