Passed
Push — master ( caf3f1...200e5a )
by Aimeos
04:15
created
admin/jqadm/templates/product/item-selection-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,11 +112,14 @@
 block discarded – undo
112 112
 										</select>
113 113
 									</div>
114 114
 								</div>
115
-							<?php else : ?>
115
+							<?php else {
116
+	: ?>
116 117
 								<input class="item-type" type="hidden"
117 118
 									v-bind:name="'<?= $enc->attr( $this->formparam( array( 'selection', 'idx', 'product.type' ) ) ) ?>'.replace('idx', idx)"
118 119
 									value="<?= $enc->attr( $types->firstKey() ) ?>" />
119
-							<?php endif; ?>
120
+							<?php endif;
121
+}
122
+?>
120 123
 							<div class="form-group row mandatory">
121 124
 								<label class="col-lg-4 form-control-label help"><?= $enc->html( $this->translate( 'admin', 'SKU' ) ); ?></label>
122 125
 								<div class="col-lg-8">
Please login to merge, or discard this patch.