jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Andreasburmeister: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I181cbddc8f01fa363d3f82da873efb7374e4aa4a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikidataQuality
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <jeroended...@gmail.com>
Gerrit-Reviewer: Andreasburmeister <andreas.burmeis...@student.hpi.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to