From 103e849433b9865e3b0251f6446b985c58d6625b Mon Sep 17 00:00:00 2001
From: Eddie Lau <kahlau@ebay.com>
Date: Mon, 27 Apr 2015 09:59:18 -0500
Subject: [PATCH] MAGETWO-36075: Move dev/tools/Magento/Tools/I18n/pack.php

- added throws annotation to docblock
---
 setup/src/Magento/Setup/Console/Command/I18nPackCommand.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup/src/Magento/Setup/Console/Command/I18nPackCommand.php b/setup/src/Magento/Setup/Console/Command/I18nPackCommand.php
index 252ff161e27..82ff951a89e 100644
--- a/setup/src/Magento/Setup/Console/Command/I18nPackCommand.php
+++ b/setup/src/Magento/Setup/Console/Command/I18nPackCommand.php
@@ -80,6 +80,7 @@ class I18nPackCommand extends Command
 
     /**
      * {@inheritdoc}
+     * @throws \InvalidArgumentException
      */
     protected function execute(InputInterface $input, OutputInterface $output)
     {
-- 
GitLab