Add some missing @throws annotations

This commit is contained in:
Dylan K. Taylor
2019-01-30 19:41:20 +00:00
parent 8387c08db2
commit 3e58708130
7 changed files with 18 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ class CraftingTransaction extends InventoryTransaction{
* @param int $iterations
*
* @return int
* @throws TransactionValidationException
*/
protected function matchRecipeItems(array $txItems, array $recipeItems, bool $wildcards, int $iterations = 0) : int{
if(empty($recipeItems)){