Page MenuHomeWickedGov Phorge

FileWithoutDeprecatedCode.php
No OneTemporary

Size
435 B
Referenced Files
None
Subscribers
None

FileWithoutDeprecatedCode.php

<?php
namespace MediaWiki\Tests\Data\FindDeprecated;
/**
* Class without any deprecated code
*/
class FileWithoutDeprecatedCode {
/**
* This method is not deprecated :D
*
* @param string $param
* @return string
*/
public function testMethodOne( string $param ) {
return trim( $param );
}
public function testMethodTwo() {
// Call a wf* method that is not wfDeprecated.
wfDebug( "test" );
return "test";
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Aug 18, 22:18 (1 d, 15 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d4/68/0cefa4df12bf91a6d1c420632035
Default Alt Text
FileWithoutDeprecatedCode.php (435 B)

Event Timeline