mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
Stylable: Fix strokeWidth
type hint declaration
This commit is contained in:
parent
55b4a5eb63
commit
a82e3b2320
@ -15,7 +15,7 @@ class Styleable
|
||||
/**
|
||||
* The stroke width to use
|
||||
*
|
||||
* @var int
|
||||
* @var int|float
|
||||
*/
|
||||
public $strokeWidth = 0;
|
||||
|
||||
@ -57,7 +57,7 @@ class Styleable
|
||||
/**
|
||||
* Set the stroke width for this drawable
|
||||
*
|
||||
* @param string $width The stroke with with unit
|
||||
* @param int|float $width The stroke with unit
|
||||
*
|
||||
* @return $this Fluid interface
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user