diff options
author | Timo Tijhof <krinklemail@gmail.com> | 2015-03-31 23:52:31 +0100 |
---|---|---|
committer | Timo Tijhof <krinklemail@gmail.com> | 2015-04-01 00:17:12 +0100 |
commit | b4bac102b60cd0ea9eaa96c295365ea918edea4e (patch) | |
tree | 4322d9110ea07d370f546f274620d64db65a404b /tests/phpunit/includes/diff/ArrayDiffFormatterTest.php | |
parent | 773c0d2c890b41b7883af751edb06fdd59b86015 (diff) | |
download | mediawikicore-b4bac102b60cd0ea9eaa96c295365ea918edea4e.tar.gz mediawikicore-b4bac102b60cd0ea9eaa96c295365ea918edea4e.zip |
tests: Clean up file headers
* Remove redundant @licence/@license from test suite files.
They already have full licence headers. And @licence raises a
warning in Doxygen.
* Fix weird messes of comments inside comments and other things.
Change-Id: I38da8ca76330f72b8dc22b0ecf1ea69d5ea55ede
Diffstat (limited to 'tests/phpunit/includes/diff/ArrayDiffFormatterTest.php')
-rw-r--r-- | tests/phpunit/includes/diff/ArrayDiffFormatterTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit/includes/diff/ArrayDiffFormatterTest.php b/tests/phpunit/includes/diff/ArrayDiffFormatterTest.php index 188ad3fdda12..3bea9b31b353 100644 --- a/tests/phpunit/includes/diff/ArrayDiffFormatterTest.php +++ b/tests/phpunit/includes/diff/ArrayDiffFormatterTest.php @@ -1,7 +1,6 @@ <?php /** - * @licence GNU GPL v2+ * @author Adam Shorland * * @group Diff |