Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2022-11-04 20:44:28 +00:00
19 changed files with 55 additions and 13 deletions

View File

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