Skip to content

Commit 2f7e23e

Browse files
committed
Changes as suggested in code review
1 parent 4de879f commit 2f7e23e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Please also have a look at our
4545

4646
### Fixed
4747

48-
- Fix return type annotation of `Value::isSize()` (#892)
4948
- Don't render `rgb` colors with percentage values using hex notation (#803)
5049
- Parse `@font-face` `src` property as comma-delimited list (#790)
5150

src/Value/Size.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ 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 bool whether the unit is an angle, a duration, a frequency or the number is a component in a Color object
189+
* Returns `false` if the unit is an angle, a duration, a frequency, or the number is a component in a `Color`
190+
* object.
190191
*/
191192
public function isSize(): bool
192193
{

0 commit comments

Comments
 (0)