Jeroen De Dauw has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/74632


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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DataValues 
refs/changes/32/74632/1

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: newchange
Gerrit-Change-Id: Iaeccf2c03aa1c8aadde9555faa6f1be51c15818b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DataValues
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>

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

Reply via email to