Completed
Pull Request — development (#810)
by
unknown
05:10
created
htdocs_symfony/src/Controller/Backend/CachesController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
 
104 104
             $array_size = count($fetched_caches);
105 105
 
106
-            for ($i = 0; $i < $array_size; $i ++) {
106
+            for ($i = 0; $i < $array_size; $i++) {
107 107
                 // replace existing log passwords with something different
108 108
                 // nur der Teil mit den Bilderzuweisungen müsste nochmal überdacht werden..
109 109
                 if ($fetched_caches[$i]["logpw"] != "") {
Please login to merge, or discard this patch.
htdocs_symfony/src/Form/CachesFormType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,6 +17,6 @@
 block discarded – undo
17 17
                                             'trim' => true,
18 18
                                             'help' => 'TIPP: Nur Wegpunkte oder Teile des Cachetitels werden nachgeschlagen. Um alle Caches aufzulisten: %'
19 19
                                         ]
20
-        );;
20
+        ); ;
21 21
     }
22 22
 }
Please login to merge, or discard this patch.