Addshore has uploaded a new change for review. https://gerrit.wikimedia.org/r/84116
Change subject: add use for missing exception ...................................................................... add use for missing exception Change-Id: Ibb34ee43a71648d820ebf9fea00b7d7061b6eff5 --- M repo/includes/changeop/ChangeOp.php 1 file changed, 2 insertions(+), 18 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/16/84116/1 diff --git a/repo/includes/changeop/ChangeOp.php b/repo/includes/changeop/ChangeOp.php index e42ea9d..58565a9 100644 --- a/repo/includes/changeop/ChangeOp.php +++ b/repo/includes/changeop/ChangeOp.php @@ -2,28 +2,12 @@ namespace Wikibase; +use InvalidArgumentException; + /** * Base class for change operations. * - * 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 - * * @since 0.4 - * - * @file - * @ingroup WikibaseRepo * * @licence GNU GPL v2+ * @author Tobias Gritschacher < [email protected] > -- To view, visit https://gerrit.wikimedia.org/r/84116 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibb34ee43a71648d820ebf9fea00b7d7061b6eff5 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Addshore <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
