Jeroen De Dauw has submitted this change and it was merged. Change subject: Make class non-fonal so it can be mocked ......................................................................
Make class non-fonal so it can be mocked Change-Id: Iaeccf2c03aa1c8aadde9555faa6f1be51c15818b --- M DataTypes/includes/DataTypeFactory.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jeroen De Dauw: Looks good to me, approved jenkins-bot: Verified diff --git a/DataTypes/includes/DataTypeFactory.php b/DataTypes/includes/DataTypeFactory.php index 41a8e85..f19dee2 100644 --- a/DataTypes/includes/DataTypeFactory.php +++ b/DataTypes/includes/DataTypeFactory.php @@ -33,7 +33,7 @@ * @author Jeroen De Dauw < [email protected] > * @author Daniel Kinzler */ -final class DataTypeFactory { +class DataTypeFactory { /** * Maps type id to DataType. -- To view, visit https://gerrit.wikimedia.org/r/74632 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iaeccf2c03aa1c8aadde9555faa6f1be51c15818b Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/DataValues Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
