Skip to content

Commit 1287d68

Browse files
committed
Fix PHP 8.4 deprecations
1 parent cb5b152 commit 1287d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quickRdfIo/RdfXmlParser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ private function reportError(): void {
478478
private function addTriple(iBlankNode | iNamedNode | null $subject,
479479
iNamedNode | string $predicate,
480480
iNamedNode | iBlankNode | string $object,
481-
string $lang = null, string $datatype = null,
481+
?string $lang = null, ?string $datatype = null,
482482
iBlankNode | iNamedNode | null $reifyAs = null): void {
483483
$df = $this->dataFactory;
484484

0 commit comments

Comments
 (0)