@@ -1,9 +1,9 @@ |
||
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; |
@@ -1,11 +1,11 @@ discard block |
||
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 |
||
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 ) ) { |