From d1b4f3f4ad82cd65aa590387a5ac824497b9d51a Mon Sep 17 00:00:00 2001 From: Konrad Abicht Date: Tue, 3 Jul 2018 13:36:49 +0200 Subject: [PATCH] Store: added missing typing to query function --- Store.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Store.php b/Store.php index 522c0a0..5e4aa05 100644 --- a/Store.php +++ b/Store.php @@ -112,7 +112,7 @@ public function hasMatchingStatement(Statement $statement, Node $graph = null, a * * @since 0.1 */ - public function query($query, array $options = []); + public function query(string $query, array $options = []): Result; /** * Returns a list of all available graph URIs of the store. It can also respect access control,