Passed
Push — main ( 31d92c...b21012 )
by Stefan
17:18
created
SKien/Formgenerator/FormRange.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.