server/src/app/Libraries/Sparql/SparqlClient.php
changeset 307 07b44a378ad8
parent 277 bd4bc1db4f40
child 387 7fba86fa8604
--- a/server/src/app/Libraries/Sparql/SparqlClient.php	Wed Sep 28 17:24:02 2016 +0200
+++ b/server/src/app/Libraries/Sparql/SparqlClient.php	Fri Sep 30 00:43:04 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;