Thiemo Mättig (WMDE) has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/377244 )

Change subject: Fix mistakes in PHPDoc tags
......................................................................

Fix mistakes in PHPDoc tags

Change-Id: Ie6233997cf3aff2d6d25256606519e738ed9043c
---
M src/DataModel/Lexeme.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseLexeme 
refs/changes/44/377244/1

diff --git a/src/DataModel/Lexeme.php b/src/DataModel/Lexeme.php
index 836aca2..dd8db5d 100644
--- a/src/DataModel/Lexeme.php
+++ b/src/DataModel/Lexeme.php
@@ -64,7 +64,7 @@
         * @param ItemId|null $language
         * @param StatementList|null $statements
         * @param Form[] $forms
-        * @oaram Sense[] $senses
+        * @param Sense[] $senses
         */
        public function __construct(
                LexemeId $id = null,
@@ -192,7 +192,7 @@
        }
 
        /**
-        * @throw UnexpectedValueException when the object was constructed with 
$lexicalCategory set to
+        * @throws UnexpectedValueException when the object was constructed 
with $lexicalCategory set to
         * null, and the field was never initialized since then.
         * @return ItemId
         */
@@ -212,7 +212,7 @@
        }
 
        /**
-        * @throw UnexpectedValueException when the object was constructed with 
$language set to null,
+        * @throws UnexpectedValueException when the object was constructed 
with $language set to null,
         * and the field was never initialized since then.
         * @return ItemId
         */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie6233997cf3aff2d6d25256606519e738ed9043c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseLexeme
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <thiemo.maet...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to