@@ -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 | } |
@@ -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 | ], |