File tree 2 files changed +2
-1
lines changed
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
45
45
46
46
### Fixed
47
47
48
+ - Fix return type annotation of ` Value::isSize() ` (#892 )
48
49
- Don't render ` rgb ` colors with percentage values using hex notation (#803 )
49
50
- Parse ` @font-face ` ` src ` property as comma-delimited list (#790 )
50
51
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ public function isColorComponent()
186
186
/**
187
187
* Returns whether the number stored in this Size really represents a size (as in a length of something on screen).
188
188
*
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
190
190
*/
191
191
public function isSize (): bool
192
192
{
You can’t perform that action at this time.
0 commit comments