Passed
Push — master ( 2afdeb...b846a2 )
by Nikolaos
06:23 queued 03:51
created
src/Html/Helper/Input/Select.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
     public function optGroup(string $label = null, array $attributes = []): Select
115 115
     {
116 116
         if (!$this->inOptGroup) {
117
-            $this->store[]     = [
117
+            $this->store[] = [
118 118
                 "optGroupStart",
119 119
                 [
120 120
                     $label,
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
             $this->indentLevel += 1;
126 126
         } else {
127 127
             $this->indentLevel -= 1;
128
-            $this->store[]     = [
128
+            $this->store[] = [
129 129
                 "optGroupEnd",
130 130
                 [],
131 131
                 $this->indent(),
Please login to merge, or discard this patch.