Completed
Pull Request — master (#4842)
by
unknown
03:27
created
src/Form/Field/CanCascadeFields.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,9 +92,9 @@
 block discarded – undo
92 92
         // took from addCascadeScript()
93 93
         $must_escape = ['=', '>', '<', '>=', '<=', '!='];
94 94
         if (($index = array_search($operator, $must_escape)) !== false) {
95
-          $operator_escaped = "op$index";
95
+            $operator_escaped = "op$index";
96 96
         } else {
97
-          $operator_escaped = $operator;
97
+            $operator_escaped = $operator;
98 98
         }
99 99
 
100 100
         if (is_array($value)) {
Please login to merge, or discard this patch.