Jeroen De Dauw has submitted this change and it was merged.

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

Approvals:
  Jeroen De Dauw: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I3cd5eb44467c061b8e3ee146c9f6a308ac5ae85b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseDataModel
Gerrit-Branch: master
Gerrit-Owner: Michał Łazowik <[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

Reply via email to