Completed
Pull Request — development (#827)
by
unknown
05:10
created
htdocs_symfony/src/Controller/Backend/SupportController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
             $fetchedInformation = $this->executeSQL_flexible($inputData['content_WHAT'], $inputData['content_TABLE']);
139 139
 
140 140
             $countFetched = count($fetchedInformation);
141
-            for ($i = 0; $i < $countFetched; $i ++) {
141
+            for ($i = 0; $i < $countFetched; $i++) {
142 142
                 if (array_key_exists('password', $fetchedInformation[$i])) {
143 143
                     $fetchedInformation[$i]['password'] = '-';
144 144
                 }
Please login to merge, or discard this patch.