@@ -39,7 +39,7 @@ discard block |
||
| 39 | 39 | * |
| 40 | 40 | * @throws Radowoj\Yaah\Exception on failure |
| 41 | 41 | * |
| 42 | - * @param Radowoj\Yaah\Auction $auction Auction to create |
|
| 42 | + * @param Auction $auction Auction to create |
|
| 43 | 43 | * @param integer $localId - local item id, required by WebAPI |
| 44 | 44 | * @return integer id of created auction |
| 45 | 45 | */ |
@@ -125,7 +125,7 @@ discard block |
||
| 125 | 125 | |
| 126 | 126 | /** |
| 127 | 127 | * @param integer $itemId id of auction to get |
| 128 | - * @return Radowoj\Yaah\Auction | null |
|
| 128 | + * @return Auction|null | null |
|
| 129 | 129 | */ |
| 130 | 130 | public function getAuctionByItemId($itemId) |
| 131 | 131 | { |