From 5d05f1b3fdd6b3b8911741d8643e204b29d211c5 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Tue, 7 Aug 2018 12:16:24 +0200 Subject: [PATCH] Remove @abstract annotation Doxygen does not know about this annotation Change-Id: I4ad8f81d92574f1e3d91581627ec753f6dd1473d --- tests/phpunit/includes/password/PasswordTestCase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/includes/password/PasswordTestCase.php b/tests/phpunit/includes/password/PasswordTestCase.php index 80b9838d8e..7afdd0abb8 100644 --- a/tests/phpunit/includes/password/PasswordTestCase.php +++ b/tests/phpunit/includes/password/PasswordTestCase.php @@ -51,7 +51,6 @@ abstract class PasswordTestCase extends MediaWikiTestCase { * parameter (a password) should match. * @return array * @throws MWException - * @abstract */ public static function providePasswordTests() { throw new MWException( "Not implemented" ); -- 2.20.1