Completed
Branch master (dc960a)
by Alfred
03:29 queued 01:48
created
PhpFormBuilder.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
      */
133 133
     public function addAudio($label,$attributes=[])
134 134
     {
135
-       // $attributes['accept']='audio/*;capture=microphone';
135
+        // $attributes['accept']='audio/*;capture=microphone';
136 136
         $attributes['accept']='audio/*';
137 137
         return $this->addFile($label,$attributes);
138 138
     }
@@ -353,7 +353,7 @@  discard block
 block discarded – undo
353 353
      */
354 354
     public function addImage($label,$attributes=[]){
355 355
         $attributes['accept']='image/*';
356
-       // $attributes['accept']='image/*;capture=camera';
356
+        // $attributes['accept']='image/*;capture=camera';
357 357
         return $this->addFile($label,$attributes);
358 358
     }
359 359
 
Please login to merge, or discard this patch.