Declare functions with access modifiers

Change-Id: I047d3dc6642de07130a43ad4c2fd4a8106450aac
This commit is contained in:
Siebrand Mazeland
2016-03-05 16:10:52 +01:00
parent ed712417b0
commit 49b4cc0028
4 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ class ResourceLoaderULSModuleMemcachedTest extends MediaWikiTestCase {
* correctly with language code.
* @covers ResourceLoaderSchemaModule::getModifiedTime
*/
function testModifiedTime() {
public function testModifiedTime() {
$request = new WebRequest();
$module = new ResourceLoaderULSModule();