jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/349948 )

Change subject: Remove unused argument
......................................................................


Remove unused argument

ConstraintRepository does not declare a constructor, so the argument is
ignored and should be removed to avoid the impression that it is used.

Change-Id: I3d38e53cf15805265464ca5df22a071a5241033f
---
M includes/ConstraintReportFactory.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Thiemo Mättig (WMDE): Looks good to me, approved



diff --git a/includes/ConstraintReportFactory.php 
b/includes/ConstraintReportFactory.php
index 2c6ccc3..d63d968 100644
--- a/includes/ConstraintReportFactory.php
+++ b/includes/ConstraintReportFactory.php
@@ -184,7 +184,7 @@
         */
        public function getConstraintRepository() {
                if ( $this->constraintRepository === null ) {
-                       $this->constraintRepository = new ConstraintRepository( 
CONSTRAINT_TABLE );
+                       $this->constraintRepository = new 
ConstraintRepository();
                }
 
                return $this->constraintRepository;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3d38e53cf15805265464ca5df22a071a5241033f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQualityConstraints
Gerrit-Branch: master
Gerrit-Owner: Lucas Werkmeister (WMDE) <[email protected]>
Gerrit-Reviewer: Jonas Kress (WMDE) <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to