jenkins-bot has submitted this change and it was merged.

Change subject: JsonSchemaContent: Remove unused 'getHtml' method (take 2)
......................................................................


JsonSchemaContent: Remove unused 'getHtml' method (take 2)

This reverts commit 076580a7a3c04eeba3e17778bbaf2597468f4093.
This commit re-applies ddaa55af41deb069347be36ffd8f7583d72cb1c1.

Change-Id: I3ffa39e18cce17c84c28b89d69d968c3edf9ced4
---
M includes/JsonSchemaContent.php
1 file changed, 0 insertions(+), 9 deletions(-)

Approvals:
  Krinkle: Looks good to me, approved
  Jforrester: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/includes/JsonSchemaContent.php b/includes/JsonSchemaContent.php
index 22b53f8..b34578a 100644
--- a/includes/JsonSchemaContent.php
+++ b/includes/JsonSchemaContent.php
@@ -180,13 +180,4 @@
 
                return $out;
        }
-
-       /**
-        * Generates HTML representation of content.
-        * @return string: HTML representation.
-        */
-       function getHtml() {
-               $schema = $this->getJsonData();
-               return is_array( $schema ) ? self::objectTable( $schema ) : '';
-       }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3ffa39e18cce17c84c28b89d69d968c3edf9ced4
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/EventLogging
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to