Passed
Push — master ( abbe1f...f3d6e0 )
by Adam
06:34
created
app/Http/Controllers/ReservationController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -568,7 +568,7 @@  discard block
 block discarded – undo
568 568
                 'type'     => 'text',
569 569
                 'optional' => [
570 570
                     'required'    => 'required',
571
-                    'class'       => 'datepicker'. ($forAdd ? ' start-date' : null),
571
+                    'class'       => 'datepicker'.($forAdd ? ' start-date' : null),
572 572
                     'placeholder' => 'dd.mm.rrrr',
573 573
                 ],
574 574
             ],
@@ -581,7 +581,7 @@  discard block
 block discarded – undo
581 581
                 'type'     => 'text',
582 582
                 'optional' => [
583 583
                     'required'    => 'required',
584
-                    'class'       => 'datepicker'. ($forAdd ? ' end-date' : null),
584
+                    'class'       => 'datepicker'.($forAdd ? ' end-date' : null),
585 585
                     'placeholder' => 'dd.mm.rrrr',
586 586
                 ],
587 587
             ],
Please login to merge, or discard this patch.