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

PHPCS fixes

parent 23dd496c
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class Delete_Permanently {
/**
* Common hooks and such
*/
use Bulk_Actions, In_Trash {
use Bulk_Actions , In_Trash {
In_Trash::admin_notices insteadof Bulk_Actions;
In_Trash::hide_posts insteadof Bulk_Actions;
}
......
......@@ -14,7 +14,7 @@ class Restore_From_Trash {
/**
* Common hooks and such
*/
use Bulk_Actions, In_Trash {
use Bulk_Actions , In_Trash {
In_Trash::admin_notices insteadof Bulk_Actions;
In_Trash::hide_posts insteadof Bulk_Actions;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment