Remove @abstract annotation
authorUmherirrender <umherirrender_de.wp@web.de>
Tue, 7 Aug 2018 10:16:24 +0000 (12:16 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Tue, 7 Aug 2018 10:16:24 +0000 (12:16 +0200)
Doxygen does not know about this annotation

Change-Id: I4ad8f81d92574f1e3d91581627ec753f6dd1473d

tests/phpunit/includes/password/PasswordTestCase.php

index 80b9838..7afdd0a 100644 (file)
@@ -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" );