Passed
Push — master ( 655b2f...381d64 )
by Tõnis
02:02
created
views/form.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
             <?= (in_array('postCode', $widget->disabledFields)) ? null: $form->field($model, 'postCode')->textInput(['placeholder'=>$widget->placeHolders['postCode']]) ?>
23 23
         </div>
24 24
     </div>
25
-    <?= empty($widget->form) ? Html::submitButton($widget->submitText,$widget->submitOptions) : null?>
25
+    <?= empty($widget->form) ? Html::submitButton($widget->submitText, $widget->submitOptions) : null?>
26 26
 
27 27
 <?php (empty($widget->form)) ? ActiveForm::end() : null?>
28 28
 <?= Html::endTag("div")?>
29 29
\ No newline at end of file
Please login to merge, or discard this patch.