Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Store: added missing typing to query function
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed Jul 3, 2018
1 parent 2707bf8 commit d1b4f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Store.php
Expand Up @@ -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,
Expand Down

0 comments on commit d1b4f3f

Please sign in to comment.