Harej has uploaded a new change for review.

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

Change subject: Removing type hint for the same reason as before
......................................................................

Removing type hint for the same reason as before

Change-Id: I0881773779938b8dcafdee2694fe935be324bfbd
---
M includes/content/CollaborationHubContent.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CollaborationKit 
refs/changes/24/308124/1

diff --git a/includes/content/CollaborationHubContent.php 
b/includes/content/CollaborationHubContent.php
index 1bcf3e5..19a1997 100644
--- a/includes/content/CollaborationHubContent.php
+++ b/includes/content/CollaborationHubContent.php
@@ -607,7 +607,7 @@
         * @param string $icon data: either an icon id or anything to use as a 
seed
         * @return string
         */
-       protected function makeIcon( string $icon ) {
+       protected function makeIcon( $icon ) {
                // Keep this synced with the icons listed in the module in 
extension.json
                $iconsPreset = [
                        // Randomly selectable items

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0881773779938b8dcafdee2694fe935be324bfbd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CollaborationKit
Gerrit-Branch: master
Gerrit-Owner: Harej <jamesmh...@gmail.com>

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

Reply via email to