Class with this method:
/**
* @param InventoryPrices ...$arr_prices
* @return void
*/
private function setup_inventory(InventoryPrices ...$arr_prices) {
// ...
}
Output from docblock checker:
PHP Docblock Checker by Dan Cryer (https://www.dancryer.com)
W
Checked 1 files in 0.08 seconds.
1 Passed / 0 Errors / 1 Warnings / 0 Info
WARNING \InventoryPricesThreadCacheTest::setup_inventory - @param $arr_prices missing.