Completed
Push — master ( 2bd2c3...b43b5b )
by J.D.
03:07
created
src/admin/includes/classes/ajax/hooks.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -96,9 +96,9 @@  discard block
 block discarded – undo
96 96
 	) {
97 97
 
98 98
 		return 'wordpoints_create_hook_reaction'
99
-		       . '|' . $reactor->get_slug()
100
-		       . '|' . wordpoints_hooks()->get_current_mode()
101
-		       . '|' . wp_json_encode( $reactor->reactions->get_context_id() );
99
+			   . '|' . $reactor->get_slug()
100
+			   . '|' . wordpoints_hooks()->get_current_mode()
101
+			   . '|' . wp_json_encode( $reactor->reactions->get_context_id() );
102 102
 	}
103 103
 
104 104
 	/**
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
 		WordPoints_Hook_ReactionI $reaction
129 129
 	) {
130 130
 		return 'wordpoints_update_hook_reaction|'
131
-		       . wp_json_encode( $reaction->get_guid() );
131
+			   . wp_json_encode( $reaction->get_guid() );
132 132
 	}
133 133
 
134 134
 	/**
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
 		WordPoints_Hook_ReactionI $reaction
159 159
 	) {
160 160
 		return 'wordpoints_delete_hook_reaction|'
161
-		       . wp_json_encode( $reaction->get_guid() );
161
+			   . wp_json_encode( $reaction->get_guid() );
162 162
 	}
163 163
 
164 164
 	//
Please login to merge, or discard this patch.