@@ -286,7 +286,7 @@ |
||
| 286 | 286 | /** |
| 287 | 287 | * @see Comparable::equals |
| 288 | 288 | * |
| 289 | - * @param mixed $target |
|
| 289 | + * @param UnboundedQuantityValue $target |
|
| 290 | 290 | * |
| 291 | 291 | * @return bool |
| 292 | 292 | */ |
@@ -61,7 +61,7 @@ |
||
| 61 | 61 | * @param string $className |
| 62 | 62 | * @param int $uncertaintyMargin |
| 63 | 63 | * |
| 64 | - * @return QuantityValue |
|
| 64 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 65 | 65 | */ |
| 66 | 66 | private function newQuantityValue( $className, $uncertaintyMargin = 0 ) { |
| 67 | 67 | $quantity = $this->getMockBuilder( $className ) |