Test Failed
Push — master ( 3e3af7...9ad88d )
by Valentin
09:45
created
source/views/aggregation/snapshot.dark.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -166,9 +166,9 @@
 block discarded – undo
166 166
                                            title="[[Suppress incident]]"
167 167
                                            class="btn blue-grey darken-2 waves-effect waves-light"
168 168
                                            options="<?= [
169
-                                               'id'       => $snapshot->primaryKey(),
170
-                                               'incident' => $entity->primaryKey(),
171
-                                           ] ?>"></vault:uri>
169
+                                                'id'       => $snapshot->primaryKey(),
170
+                                                'incident' => $entity->primaryKey(),
171
+                                            ] ?>"></vault:uri>
172 172
                             </vault:guard>
173 173
                         <?php }
174 174
 
Please login to merge, or discard this patch.
source/views/aggregation/incident.dark.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -24,9 +24,9 @@
 block discarded – undo
24 24
             <vault:uri target="snapshots:suppressIncident"
25 25
                        class="btn blue-grey darken-2 waves-effect waves-light" icon="archive"
26 26
                        options="<?= [
27
-                           'id'       => $snapshot->primaryKey(),
28
-                           'incident' => $incident->primaryKey()
29
-                       ] ?>">
27
+                            'id'       => $snapshot->primaryKey(),
28
+                            'incident' => $incident->primaryKey()
29
+                        ] ?>">
30 30
                 [[Suppress]]
31 31
             </vault:uri>
32 32
         <?php } ?>
Please login to merge, or discard this patch.