File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public function __toString();
40
40
*
41
41
* @throws \PhpUnitsOfMeasure\Exception\PhysicalQuantityMismatch when there is a mismatch between physical quantities
42
42
*
43
- * @return PhysicalQuantityInterface the new quantity
43
+ * @return static the new quantity
44
44
*/
45
45
public function add (PhysicalQuantityInterface $ quantity );
46
46
@@ -55,7 +55,7 @@ public function add(PhysicalQuantityInterface $quantity);
55
55
*
56
56
* @throws \PhpUnitsOfMeasure\Exception\PhysicalQuantityMismatch when there is a mismatch between physical quantities
57
57
*
58
- * @return PhysicalQuantityInterface the new quantity
58
+ * @return static the new quantity
59
59
*/
60
60
public function subtract (PhysicalQuantityInterface $ quantity );
61
61
You can’t perform that action at this time.
0 commit comments