Browse Source

Added missing properties

Ondrej Mirtes 9 years ago
parent
commit
bf4c3934d7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Database/Statement/StatementDecorator.php

+ 2 - 0
src/Database/Statement/StatementDecorator.php

@@ -27,6 +27,8 @@ use IteratorAggregate;
  *
  * This class is but a decorator of an actual statement implementation, such as
  * PDOStatement.
+ *
+ * @property-read string $queryString
  */
 class StatementDecorator implements StatementInterface, Countable, IteratorAggregate
 {