Skip to content
Snippets Groups Projects
Commit 37eb3bca authored by Erick Hitter's avatar Erick Hitter
Browse files

PHPCS fixes

parent 3b5b7a0e
No related branches found
No related tags found
No related merge requests found
<?php <?php
/**
* Offload "Move to Trash"
*
* @package Bulk_Edit_Cron_Offload
*/
namespace Automattic\WP\Bulk_Edit_Cron_Offload; namespace Automattic\WP\Bulk_Edit_Cron_Offload;
/**
* Class Move_To_Trash
*/
class Move_To_Trash { class Move_To_Trash {
/** /**
* Class constants * Class constants
...@@ -17,6 +25,8 @@ class Move_To_Trash { ...@@ -17,6 +25,8 @@ class Move_To_Trash {
/** /**
* Handle a request to delete all trashed items for a given post type * Handle a request to delete all trashed items for a given post type
*
* @param object $vars Bulk-request variables.
*/ */
public static function process( $vars ) { public static function process( $vars ) {
error_log( var_export( $vars, true ) ); error_log( var_export( $vars, true ) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment