From: Umherirrender Date: Tue, 7 Aug 2018 10:16:24 +0000 (+0200) Subject: Remove @abstract annotation X-Git-Tag: 1.34.0-rc.0~4542^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=5d05f1b3fdd6b3b8911741d8643e204b29d211c5;p=lhc%2Fweb%2Fwiklou.git Remove @abstract annotation Doxygen does not know about this annotation Change-Id: I4ad8f81d92574f1e3d91581627ec753f6dd1473d --- 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" );