Browse Source

Add magic property doc hint.

mark_story 7 years ago
parent
commit
1bd51abffd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Database/StatementInterface.php

+ 2 - 0
src/Database/StatementInterface.php

@@ -17,6 +17,8 @@ namespace Cake\Database;
 /**
  * Represents a database statement. Concrete implementations
  * can either use PDOStatement or a native driver
+ *
+ * @property-read string $queryString
  */
 interface StatementInterface
 {