Passed
Push — master ( b7b77b...565dd3 )
by Glynn
05:12 queued 03:02
created
src/Event.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -27,13 +27,13 @@
 block discarded – undo
27 27
 
28 28
 class Event
29 29
 {
30
-    /** Events */
31
-    public const BEFORE_SELECT = 'before-select';
32
-    public const AFTER_SELECT = 'after-select';
33
-    public const BEFORE_INSERT = 'before-insert';
34
-    public const AFTER_INSERT = 'after-insert';
35
-    public const BEFORE_UPDATE = 'before-update';
36
-    public const AFTER_UPDATE = 'after-update';
37
-    public const BEFORE_DELETE = 'before-delete';
38
-    public const AFTER_DELETE = 'after-delete';
30
+	/** Events */
31
+	public const BEFORE_SELECT = 'before-select';
32
+	public const AFTER_SELECT = 'after-select';
33
+	public const BEFORE_INSERT = 'before-insert';
34
+	public const AFTER_INSERT = 'after-insert';
35
+	public const BEFORE_UPDATE = 'before-update';
36
+	public const AFTER_UPDATE = 'after-update';
37
+	public const BEFORE_DELETE = 'before-delete';
38
+	public const AFTER_DELETE = 'after-delete';
39 39
 }
Please login to merge, or discard this patch.