Fix typo.

This commit is contained in:
Daniel Meltzer 2016-05-31 19:00:11 -05:00
parent dab2a50982
commit a729038ccd

View file

@ -286,7 +286,7 @@ class ObjectImportCommand extends Command {
/** /**
* Finds a category with the same name and item type in the database, otherwise creates it * Finds a category with the same name and item type in the database, otherwise creates it
* @param $asset_category string * @param $asset_category string
* @param $item_type stringI * @param $item_type string
* @return Category * @return Category
*/ */
public function createOrFetchCategory($asset_category, $item_type) public function createOrFetchCategory($asset_category, $item_type)
@ -856,4 +856,4 @@ class ObjectImportCommand extends Command {
} }