Passed
Push — master ( ea2c5f...078a56 )
by Aimeos
04:24
created
client/html/templates/common/partials/attribute-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -122,7 +122,8 @@  discard block
 block discarded – undo
122 122
 
123 123
 					</ul>
124 124
 
125
-				<?php else : ?>
125
+				<?php else {
126
+	: ?>
126 127
 
127 128
 					<input type="hidden" value="1" name="<?= $enc->attr( $this->formparam( ['b_prod', 0, 'attrconfid', 'qty', ''] ) ) ?>">
128 129
 					<select id="select-<?= $enc->attr( $code ) ?>" class="form-control select-list"
@@ -172,7 +173,9 @@  discard block
 block discarded – undo
172 173
 							value="<?= $enc->attr( $price->getValue() ) ?>"
173 174
 						<?php endif ?>
174 175
 					>
175
-				<?php break; case 'date': ?>
176
+				<?php break;
177
+}
178
+case 'date': ?>
176 179
 					<input id="select-<?= $enc->attr( $key ) ?>" class="form-control" type="date" name="<?= $enc->attr( $this->formparam( ['b_prod', 0, 'attrcustid', $id] ) ) ?>">
177 180
 				<?php break; default: ?>
178 181
 					<input id="select-<?= $enc->attr( $key ) ?>" class="form-control" type="text" name="<?= $enc->attr( $this->formparam( ['b_prod', 0, 'attrcustid', $id] ) ) ?>">
Please login to merge, or discard this patch.