File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
6
6
<div class =" dropzone-container" data-controller =" {{ dataController }}" >
7
- <input type =" file" {{ block (' widget_attributes' ) }} data-symfony--ux-dropzone--dropzone-target =" input"
8
- {%- if attr .multiple -%}multiple {% endif%} />
7
+ <input type =" file" {{ block (' widget_attributes' ) }} data-symfony--ux-dropzone--dropzone-target =" input" >
9
8
10
9
<div class =" dropzone-placeholder" data-symfony--ux-dropzone--dropzone-target =" placeholder" >
11
10
{%- if attr .placeholder is defined and attr .placeholder is not none -%}
Original file line number Diff line number Diff line change 25
25
*/
26
26
class DropzoneTypeTest extends TestCase
27
27
{
28
- private ContainerInterface $ kernel ;
28
+ /**
29
+ * @var ContainerInterface
30
+ */
31
+ private $ container ;
29
32
30
- public function setUp (): void
33
+ protected function setUp (): void
31
34
{
32
35
$ kernel = new TwigAppKernel ('test ' , true );
33
36
$ kernel ->boot ();
You can’t perform that action at this time.
0 commit comments