Jeroen De Dauw has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/206323

Change subject: Fix type hint in ViolationLookup
......................................................................

Fix type hint in ViolationLookup

Change-Id: I181cbddc8f01fa363d3f82da873efb7374e4aa4a
---
M includes/Violations/ViolationLookup.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikidataQuality 
refs/changes/23/206323/1

diff --git a/includes/Violations/ViolationLookup.php 
b/includes/Violations/ViolationLookup.php
index 72ff228..4aa8700 100644
--- a/includes/Violations/ViolationLookup.php
+++ b/includes/Violations/ViolationLookup.php
@@ -21,7 +21,7 @@
        private $db;
 
        /**
-        * @param array $conditions
+        * @param ViolationQuery $violationQuery
         *
         * @return array of Violations|null
         */

-- 
To view, visit https://gerrit.wikimedia.org/r/206323
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I181cbddc8f01fa363d3f82da873efb7374e4aa4a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikidataQuality
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to