Completed
Push — BoundedQuantityValue ( 1533af )
by Daniel
02:40
created
src/ValueParsers/QuantityParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
 	}
84 84
 
85 85
 	/**
86
-	 * @return string|null
86
+	 * @return string
87 87
 	 */
88 88
 	private function getUnitFromOptions() {
89 89
 		$unit = $this->getOption( self::OPT_UNIT );
Please login to merge, or discard this patch.
src/DataValues/QuantityValue.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -86,8 +86,6 @@
 block discarded – undo
86 86
 	 *
87 87
 	 * @param string|int|float|DecimalValue $number
88 88
 	 * @param string $unit
89
-	 * @param string|int|float|DecimalValue|null $upperBound
90
-	 * @param string|int|float|DecimalValue|null $lowerBound
91 89
 	 *
92 90
 	 * @return self
93 91
 	 */
Please login to merge, or discard this patch.