diff --git a/src/Value/Size.php b/src/Value/Size.php index 48ae770b..ad38de1d 100644 --- a/src/Value/Size.php +++ b/src/Value/Size.php @@ -186,7 +186,8 @@ public function isColorComponent() /** * Returns whether the number stored in this Size really represents a size (as in a length of something on screen). * - * @return false if the unit an angle, a duration, a frequency or the number is a component in a Color object. + * Returns `false` if the unit is an angle, a duration, a frequency, or the number is a component in a `Color` + * object. */ public function isSize(): bool {