Jeroen De Dauw has uploaded a new change for review.
https://gerrit.wikimedia.org/r/64929
Change subject: Add @throws to QueryInterface interface
......................................................................
Add @throws to QueryInterface interface
Change-Id: I8caf8db70dbd4ab82b651767f7780aa6444526f3
---
M Database/includes/QueryInterface.php
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase
refs/changes/29/64929/1
diff --git a/Database/includes/QueryInterface.php
b/Database/includes/QueryInterface.php
index 79ffc8e..052bbc5 100644
--- a/Database/includes/QueryInterface.php
+++ b/Database/includes/QueryInterface.php
@@ -49,6 +49,7 @@
* @param TableDefinition $table
*
* @return boolean Success indicator
+ * @throws TableCreationFailedException
*/
public function createTable( TableDefinition $table );
@@ -129,6 +130,7 @@
* @param array $conditions
*
* @return ResultIterator
+ * @throws SelectFailedException
*/
public function select( $tableName, array $fields, array $conditions );
--
To view, visit https://gerrit.wikimedia.org/r/64929
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8caf8db70dbd4ab82b651767f7780aa6444526f3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits