semsol / arc2

ARC RDF Classes for PHP
Other
331 stars 92 forks source link

refector: Drop usage of xml_set_object() #152

Closed Girgias closed 9 months ago

Girgias commented 9 months ago

Use proper callables instead.

Related to: https://github.com/php/php-src/pull/12340

Girgias commented 9 months ago

PHP_CS_FIXER warning is unrelated to this PR and a pre-existing issue.

k00ni commented 9 months ago

Thank you @Girgias. I am super busy currently, but I will look into that soonish. PR looks good at first glance, but I may have to fix our CI before a merge because only coding style check ran.

k00ni commented 9 months ago

Thank you @Girgias

Girgias commented 9 months ago

Glad to help :D