We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50c281e + 4d00f0f commit ccf1cabCopy full SHA for ccf1cab
1 file changed
source/PhysicalQuantityInterface.php
@@ -40,7 +40,7 @@ public function __toString();
40
*
41
* @throws \PhpUnitsOfMeasure\Exception\PhysicalQuantityMismatch when there is a mismatch between physical quantities
42
43
- * @return PhysicalQuantityInterface the new quantity
+ * @return static the new quantity
44
*/
45
public function add(PhysicalQuantityInterface $quantity);
46
@@ -55,7 +55,7 @@ public function add(PhysicalQuantityInterface $quantity);
55
56
57
58
59
60
public function subtract(PhysicalQuantityInterface $quantity);
61
0 commit comments