- Issue created by @kallado
The function auctions_core_tools() returns the \Drupal::service('auctions_core.tools') which is an instance of the class Drupal\auctions_core\Service\AuctionTools but the function return and descriptions is completlly diferent from what it should be
/**
* Uses the 'auctions_core.tools' Service to get bids grouped by user.
*
* @return false|array
* An array containing bids grouped by user, or FALSE if there are no bids.
*/
This doesn't return an array of bids, it doesn't return an array at all.
Repalace the description and return types.
Active
2.0
Code