@@ -28,7 +28,7 @@ |
||
| 28 | 28 | * @param int $iMax |
| 29 | 29 | * @param int $wFlags flags (default = 0) |
| 30 | 30 | */ |
| 31 | - public function __construct(string $strName, string $strWidth, int $iMin=0, int $iMax=100, int $wFlags = 0) |
|
| 31 | + public function __construct(string $strName, string $strWidth, int $iMin = 0, int $iMax = 100, int $wFlags = 0) |
|
| 32 | 32 | { |
| 33 | 33 | parent::__construct($strName, $strWidth, $wFlags); |
| 34 | 34 | $this->strType = 'range'; |