Lucas Werkmeister (WMDE) has uploaded a new change for review. ( 
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(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseQualityConstraints
 refs/changes/95/364695/1

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: newchange
Gerrit-Change-Id: I2f7db501f4267e42651bf82fa5141e42bdd5ac0f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQualityConstraints
Gerrit-Branch: master
Gerrit-Owner: Lucas Werkmeister (WMDE) <[email protected]>

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

Reply via email to