Skip to content

Commit c1f66df

Browse files
committed
typofix
1 parent c4b96fd commit c1f66df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ private function handleSparqlUpdate(Response $response, string $path, $contents)
283283

284284
try {
285285
// Assuming this is in our native format, turtle
286-
$graph->parse($data, "turtle", , $this->baseUrl . $this->basePath . $path);
286+
$graph->parse($data, "turtle", $this->baseUrl . $this->basePath . $path);
287287
// FIXME: Use enums from namespace Pdsinterop\Rdf\Enum\Format instead of 'turtle'?
288288
289289
// parse query in contents

0 commit comments

Comments
 (0)