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