@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use PHPUnit\Framework\TestCase; |
|
3 | +use PHPUnit\Framework\TestCase; |
|
4 | 4 | use Radowoj\Yaah\Field; |
5 | 5 | |
6 | 6 | class FieldTest extends TestCase |
@@ -39,7 +39,7 @@ |
||
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 | * @return $itemId - id of created |
44 | 44 | */ |
45 | 45 | public function newAuction(Auction $auction) |