@@ -105,7 +105,7 @@ |
||
105 | 105 | |
106 | 106 | $fetchedInformation = $this->executeSQL_flexible($inputData['content_WHAT'], $inputData['content_TABLE']); |
107 | 107 | |
108 | - for ($i = 0; $i < count($fetchedInformation); $i ++) { |
|
108 | + for ($i = 0; $i < count($fetchedInformation); $i++) { |
|
109 | 109 | if (array_key_exists('password', $fetchedInformation[$i])) { |
110 | 110 | $fetchedInformation[$i]['password'] = '-'; |
111 | 111 | } |
@@ -26,37 +26,37 @@ |
||
26 | 26 | ) |
27 | 27 | ->add( |
28 | 28 | 'content_WHAT', null, [ |
29 | - 'required' => true, |
|
30 | - 'data' => '*', |
|
31 | - 'attr' => [ |
|
32 | - 'style' => 'width: 300px;' |
|
33 | - ], |
|
34 | - 'disabled' => false, |
|
35 | - 'label' => false, |
|
36 | - 'trim' => true |
|
37 | - ] |
|
29 | + 'required' => true, |
|
30 | + 'data' => '*', |
|
31 | + 'attr' => [ |
|
32 | + 'style' => 'width: 300px;' |
|
33 | + ], |
|
34 | + 'disabled' => false, |
|
35 | + 'label' => false, |
|
36 | + 'trim' => true |
|
37 | + ] |
|
38 | 38 | ) |
39 | 39 | ->add( |
40 | 40 | 'content_FROM', ChoiceType::class, [ |
41 | - 'choices' => ['FROM' => 'FROM'], |
|
42 | - 'attr' => [ |
|
43 | - 'style' => 'width: 300px;' |
|
44 | - ], |
|
45 | - 'disabled' => true, |
|
46 | - 'label' => false, |
|
47 | - 'trim' => true |
|
48 | - ] |
|
41 | + 'choices' => ['FROM' => 'FROM'], |
|
42 | + 'attr' => [ |
|
43 | + 'style' => 'width: 300px;' |
|
44 | + ], |
|
45 | + 'disabled' => true, |
|
46 | + 'label' => false, |
|
47 | + 'trim' => true |
|
48 | + ] |
|
49 | 49 | ) |
50 | 50 | ->add( |
51 | 51 | 'content_TABLE', ChoiceType::class, [ |
52 | - 'choices' => ['caches' => 'caches', 'user' => 'user',], |
|
53 | - 'attr' => [ |
|
54 | - 'style' => 'width: 300px;' |
|
55 | - ], |
|
56 | - 'disabled' => false, |
|
57 | - 'label' => false, |
|
58 | - 'trim' => true |
|
59 | - ] |
|
52 | + 'choices' => ['caches' => 'caches', 'user' => 'user',], |
|
53 | + 'attr' => [ |
|
54 | + 'style' => 'width: 300px;' |
|
55 | + ], |
|
56 | + 'disabled' => false, |
|
57 | + 'label' => false, |
|
58 | + 'trim' => true |
|
59 | + ] |
|
60 | 60 | ) |
61 | 61 | ->add('Suchen', SubmitType::class, ['attr' => ['class' => 'btn btn-primary']]); |
62 | 62 | } |
@@ -49,7 +49,7 @@ |
||
49 | 49 | ) |
50 | 50 | ->add( |
51 | 51 | 'content_TABLE', ChoiceType::class, [ |
52 | - 'choices' => ['caches' => 'caches', 'user' => 'user',], |
|
52 | + 'choices' => ['caches' => 'caches', 'user' => 'user', ], |
|
53 | 53 | 'attr' => [ |
54 | 54 | 'style' => 'width: 300px;' |
55 | 55 | ], |