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,