Jeroen De Dauw has uploaded a new change for review. https://gerrit.wikimedia.org/r/79766
Change subject: Style fix ...................................................................... Style fix Change-Id: I03d2d1f71b29b7787dc13a43d2af88a2e888c27f --- M lib/tests/phpunit/WikibaseDataTypeBuildersTest.php 1 file changed, 4 insertions(+), 22 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/66/79766/1 diff --git a/lib/tests/phpunit/WikibaseDataTypeBuildersTest.php b/lib/tests/phpunit/WikibaseDataTypeBuildersTest.php index 751b093..bec672f 100644 --- a/lib/tests/phpunit/WikibaseDataTypeBuildersTest.php +++ b/lib/tests/phpunit/WikibaseDataTypeBuildersTest.php @@ -1,22 +1,8 @@ <?php - /** - * - * Copyright © 14.06.13 by the authors listed below. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * http://www.gnu.org/copyleft/gpl.html + +namespace Wikibase\Test; + +/** * * @license GPL 2+ * @file @@ -30,10 +16,6 @@ * * @author Daniel Kinzler */ - - -namespace Wikibase\Test; - use DataTypes\DataType; use DataTypes\DataTypeFactory; -- To view, visit https://gerrit.wikimedia.org/r/79766 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I03d2d1f71b29b7787dc13a43d2af88a2e888c27f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
