Michał Łazowik has uploaded a new change for review.

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


Change subject: Fix ItemId invalid serialization message.
......................................................................

Fix ItemId invalid serialization message.

Change-Id: I3cd5eb44467c061b8e3ee146c9f6a308ac5ae85b
---
M DataModel/Entity/ItemId.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseDataModel 
refs/changes/55/82855/1

diff --git a/DataModel/Entity/ItemId.php b/DataModel/Entity/ItemId.php
index 5580592..b1ab73f 100644
--- a/DataModel/Entity/ItemId.php
+++ b/DataModel/Entity/ItemId.php
@@ -37,7 +37,7 @@
                }
 
                if ( !preg_match( self::PATTERN, $idSerialization ) ) {
-                       throw new InvalidArgumentException( 'Invalid PropertyId 
serialization provided.' );
+                       throw new InvalidArgumentException( 'Invalid ItemId 
serialization provided.' );
                }
        }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3cd5eb44467c061b8e3ee146c9f6a308ac5ae85b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseDataModel
Gerrit-Branch: master
Gerrit-Owner: Michał Łazowik <[email protected]>

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

Reply via email to