aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryBase.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/api/ApiQueryBase.php')
-rw-r--r--includes/api/ApiQueryBase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiQueryBase.php b/includes/api/ApiQueryBase.php
index fedcdd6286ed..9e622ed810af 100644
--- a/includes/api/ApiQueryBase.php
+++ b/includes/api/ApiQueryBase.php
@@ -443,7 +443,7 @@ abstract class ApiQueryBase extends ApiBase {
* @since 1.28
* @param stdClass $row Database row
* @param array &$data Data to be added to the result
- * @param array &$hookData Hook data from ApiQueryBase::select()
+ * @param array &$hookData Hook data from ApiQueryBase::select() @phan-output-reference
* @return bool Return false if row processing should end with continuation
*/
protected function processRow( $row, array &$data, array &$hookData ) {