X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpq-gateway;a=blobdiff_plain;f=lib%2Fpq%2FQuery%2FExecutorInterface.php;h=f3bc0be971b89d3c19092b98066f88c0cd7c3d3f;hp=906404f0e0b13b06a494450b34feda053fe5a83c;hb=5803d081bb5af5faeee20da91dd2c70d8686774b;hpb=8e2990c3897a3befaa10c84d67f2fcc8a158b229 diff --git a/lib/pq/Query/ExecutorInterface.php b/lib/pq/Query/ExecutorInterface.php index 906404f..f3bc0be 100644 --- a/lib/pq/Query/ExecutorInterface.php +++ b/lib/pq/Query/ExecutorInterface.php @@ -30,7 +30,7 @@ interface ExecutorInterface extends \SplSubject function execute(WriterInterface $query, callable $callback); /** - * @return WriterInterface + * @return \pq\Query\WriterInterface */ function getQuery();