Passed
Push — master ( e815f2...b4cf01 )
by Adam
03:17
created
app/Http/Controllers/GuestController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
         return view('list', $viewData);
32 32
     }
33 33
 
34
-	// TODO
34
+    // TODO
35 35
     public function store(GuestRequest $request, $id = null)
36 36
     {
37 37
         if ($id === null) {
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
                 },
143 143
                 'type'     => 'number',
144 144
                 'optional' => [
145
-                	'required' => 'required',
145
+                    'required' => 'required',
146 146
                     'step'        => '0.01',
147 147
                     'placeholder' => '0.00',
148 148
                 ],
Please login to merge, or discard this patch.