From a729038ccd1ff3039028626cd9a377990f1523f9 Mon Sep 17 00:00:00 2001 From: Daniel Meltzer Date: Tue, 31 May 2016 19:00:11 -0500 Subject: [PATCH] Fix typo. --- app/Console/Commands/ObjectImportCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Console/Commands/ObjectImportCommand.php b/app/Console/Commands/ObjectImportCommand.php index 220fb181b4..e9964336b7 100644 --- a/app/Console/Commands/ObjectImportCommand.php +++ b/app/Console/Commands/ObjectImportCommand.php @@ -286,7 +286,7 @@ class ObjectImportCommand extends Command { /** * Finds a category with the same name and item type in the database, otherwise creates it * @param $asset_category string - * @param $item_type stringI + * @param $item_type string * @return Category */ public function createOrFetchCategory($asset_category, $item_type) @@ -856,4 +856,4 @@ class ObjectImportCommand extends Command { -} \ No newline at end of file +}