From 3450e826e31de486716508dd6c8061c760cfb624 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thiemo=20M=C3=A4ttig?= Date: Mon, 7 Mar 2016 11:41:03 +0100 Subject: [PATCH] Don't return PHPUnit_Framework_MockObject_MockObject when not needed The callers of this method don't need to know about this additional interface. Change-Id: I9e5531e495b7f5c890e8e520d661ccd5b0a644e1 --- tests/phpunit/includes/cache/LocalisationCacheTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/cache/LocalisationCacheTest.php b/tests/phpunit/includes/cache/LocalisationCacheTest.php index 7d62b018b3..697eb2dc81 100644 --- a/tests/phpunit/includes/cache/LocalisationCacheTest.php +++ b/tests/phpunit/includes/cache/LocalisationCacheTest.php @@ -15,7 +15,7 @@ class LocalisationCacheTest extends MediaWikiTestCase { } /** - * @return PHPUnit_Framework_MockObject_MockObject|LocalisationCache + * @return LocalisationCache */ protected function getMockLocalisationCache() { global $IP; -- 2.20.1