Skip to content

Commit 5e05197

Browse files
authored
[BUGFIX] Fix return type annotation of Value::isSize() (#892)
1 parent 6e43258 commit 5e05197

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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 false if the unit 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)