Completed
Push — master ( 205fac...3601f2 )
by Michael
03:55
created
includes/process/upload_image.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Process a user uploading an image for the featured image in a post
4
- *
5
- * @since 1.0
6
- */
3
+	 * Process a user uploading an image for the featured image in a post
4
+	 *
5
+	 * @since 1.0
6
+	 */
7 7
 namespace lasso\process;
8 8
 
9 9
 use lasso\internal_api\api_action;
Please login to merge, or discard this patch.
internal-api/auth.php 1 patch
Indentation   +6 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Check if a request is authorized.
4
- *
5
- * @package   lasso
6
- * @author    Josh Pollock <[email protected]>
7
- * @license   GPL-2.0+
8
- */
3
+	 * Check if a request is authorized.
4
+	 *
5
+	 * @package   lasso
6
+	 * @author    Josh Pollock <[email protected]>
7
+	 * @license   GPL-2.0+
8
+	 */
9 9
 
10 10
 namespace lasso\internal_api;
11 11
 
@@ -50,7 +50,6 @@  discard block
 block discarded – undo
50 50
 	 * @param string $action The AJAX action we are processing.
51 51
 	 * @param string|object $callback_class The class to use for the callback. Either the name of the class or an instance of that class.
52 52
 	 * @param string $method The name of the callback method.
53
-
54 53
 	 */
55 54
 	public function __construct( $action, $callback_class) {
56 55
 		if ( ! is_object( $callback_class ) ) {
Please login to merge, or discard this patch.