jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/361875 )

Change subject: Turn PHPDoc @param type hints into strict type hints if possible
......................................................................


Turn PHPDoc @param type hints into strict type hints if possible

Relevant review happens on the parent patch.

Change-Id: Ia161694fcad49514093587c090751ad50926fdd0
Depends-On: I745ba0bf28fee0368925dc8bde2099036f44ad73
---
M src/Specials/SpecialNewLexeme.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Thiemo Mättig (WMDE): Looks good to me, approved



diff --git a/src/Specials/SpecialNewLexeme.php 
b/src/Specials/SpecialNewLexeme.php
index 2adfd31..57a9462 100644
--- a/src/Specials/SpecialNewLexeme.php
+++ b/src/Specials/SpecialNewLexeme.php
@@ -156,7 +156,7 @@
         *
         * @return Summary
         */
-       protected function createSummary( $lexeme ) {
+       protected function createSummary( EntityDocument $lexeme ) {
                $uiLanguageCode = $this->getLanguage()->getCode();
 
                $summary = new Summary( 'wbeditentity', 'create' );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia161694fcad49514093587c090751ad50926fdd0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseLexeme
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to