Completed
Push — master ( 366777...5f43e1 )
by Valentin
10:16
created
source/Snapshotter/AggregationHandler/Database/IncidentRecord.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,8 +64,8 @@
 block discarded – undo
64 64
      * {@inheritdoc}
65 65
      */
66 66
     const INDEXES = [
67
-        [self::INDEX, 'exception_hash'],
68
-        [self::INDEX, 'exception_hash', 'status'],
67
+        [ self::INDEX, 'exception_hash' ],
68
+        [ self::INDEX, 'exception_hash', 'status' ],
69 69
     ];
70 70
 
71 71
     /**
Please login to merge, or discard this patch.