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

Change subject: Fix typo
......................................................................


Fix typo

Change-Id: I2f7db501f4267e42651bf82fa5141e42bdd5ac0f
---
M includes/ConstraintCheck/Checker/DiffWithinRangeChecker.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/includes/ConstraintCheck/Checker/DiffWithinRangeChecker.php 
b/includes/ConstraintCheck/Checker/DiffWithinRangeChecker.php
index 9597437..2ef6ce0 100644
--- a/includes/ConstraintCheck/Checker/DiffWithinRangeChecker.php
+++ b/includes/ConstraintCheck/Checker/DiffWithinRangeChecker.php
@@ -92,7 +92,7 @@
                if ( $max !== null ) {
                        $parameters['maximum_' . $parameterKey] = [ $max ];
                }
-               $parameter['property'] = [ $property ];
+               $parameters['property'] = [ $property ];
 
                // checks only the first occurrence of the referenced property 
(this constraint implies a single value constraint on that property)
                /** @var Statement $otherStatement */

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2f7db501f4267e42651bf82fa5141e42bdd5ac0f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQualityConstraints
Gerrit-Branch: master
Gerrit-Owner: Lucas Werkmeister (WMDE) <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to