File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Please also have a look at our
4545
4646### Fixed
4747
48+ - Fix return type annotation of ` Value::isSize() ` (#892 )
4849- Don't render ` rgb ` colors with percentage values using hex notation (#803 )
4950- Parse ` @font-face ` ` src ` property as comma-delimited list (#790 )
5051
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ public function isColorComponent()
186186 /**
187187 * Returns whether the number stored in this Size really represents a size (as in a length of something on screen).
188188 *
189- * @return false if the unit an angle, a duration, a frequency or the number is a component in a Color object.
189+ * @return bool whether the unit is an angle, a duration, a frequency or the number is a component in a Color object
190190 */
191191 public function isSize (): bool
192192 {
You can’t perform that action at this time.
0 commit comments