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 +}