Skip to content

Commit

Permalink
Fix PHP 8.4 deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Sep 26, 2024
1 parent cb5b152 commit 1287d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quickRdfIo/RdfXmlParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ private function reportError(): void {
private function addTriple(iBlankNode | iNamedNode | null $subject,
iNamedNode | string $predicate,
iNamedNode | iBlankNode | string $object,
string $lang = null, string $datatype = null,
?string $lang = null, ?string $datatype = null,
iBlankNode | iNamedNode | null $reifyAs = null): void {
$df = $this->dataFactory;

Expand Down

0 comments on commit 1287d68

Please sign in to comment.