add identity and lock
[m6w6/pq-gateway] / lib / pq / Query / WriterInterface.php
index 885d4ca8db00a0003ec4f03597cee20e40a8658e..35b6c48357e4c31799bb7e0910ba9fdec7a71e35 100644 (file)
@@ -4,6 +4,7 @@ namespace pq\Query;
 
 /**
  * A query writer which supports easily constructing queries for \pq\Connection::execParams()
+ * @codeCoverageIgnore
  */
 interface WriterInterface
 {