server/src/app/Libraries/Sparql/SparqlClient.php
changeset 314 f5690d918358
parent 307 07b44a378ad8
child 387 7fba86fa8604
--- a/server/src/app/Libraries/Sparql/SparqlClient.php	Sun Oct 02 19:11:06 2016 +0200
+++ b/server/src/app/Libraries/Sparql/SparqlClient.php	Sun Oct 02 19:14:07 2016 +0200
@@ -128,7 +128,7 @@
         return $this->updateData('DELETE', $graph);
     }
 
-    public function deleteWhere($whereClauses, string $graphUri = null) {
+    public function deleteWhere($whereClauses, $graphUri = null) {
 
         if(empty($whereClauses)) {
             return;