Passed
Push — master ( 0ad423...09f67c )
by Valentin
01:35
created
source/views/aggregation/incident.dark.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -23,9 +23,9 @@
 block discarded – undo
23 23
         <?php if ($incident->status->isStored()) { ?>
24 24
             <vault:uri target="snapshots:suppressIncident" class="btn teal waves-effect waves-light"
25 25
                        options="<?= [
26
-                           'id'       => $snapshot->primaryKey(),
27
-                           'incident' => $incident->primaryKey()
28
-                       ] ?>">[[Suppress]]
26
+                            'id'       => $snapshot->primaryKey(),
27
+                            'incident' => $incident->primaryKey()
28
+                        ] ?>">[[Suppress]]
29 29
             </vault:uri>
30 30
         <?php } ?>
31 31
 
Please login to merge, or discard this patch.