Merge branch 'next-minor' into next-major

This commit is contained in:
Dylan K. Taylor
2022-11-04 20:47:26 +00:00
18 changed files with 54 additions and 13 deletions

View File

@ -133,6 +133,8 @@ class InventoryTransaction{
/**
* @param Item[] $needItems
* @param Item[] $haveItems
* @phpstan-param-out Item[] $needItems
* @phpstan-param-out Item[] $haveItems
*
* @throws TransactionValidationException
*/