Page MenuHomeWickedGov Phorge

SyntaxHighlight.php
No OneTemporary

Size
524 B
Referenced Files
None
Subscribers
None

SyntaxHighlight.php

<?php
namespace MediaWiki\SyntaxHighlight;
use MediaWiki\Status\Status;
/**
* Phan stub for the soft dependency to SyntaxHighlight_GeSHi extension
* There is no hard dependency and EventLogging is a dependency to many other extensions,
* so this class is stubbed and not verified against the original class
*/
class SyntaxHighlight {
/**
* @param string $code
* @param string|null $lang
* @param array $args
* @return Status
*/
public static function highlight( $code, $lang = null, $args = [] ) {
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 22:16 (1 d, 4 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e6/0d/407f3a52a6c6f0773c3068d65f8e
Default Alt Text
SyntaxHighlight.php (524 B)

Event Timeline