From cd72df7e3da7ede871dda061d74843f218eaa040 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Tue, 3 Oct 2017 18:17:27 -0700
Subject: [PATCH] PHPCS fixes

---
 includes/class-delete-permanently.php | 2 +-
 includes/class-restore-from-trash.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/includes/class-delete-permanently.php b/includes/class-delete-permanently.php
index 68151d3..56b6742 100644
--- a/includes/class-delete-permanently.php
+++ b/includes/class-delete-permanently.php
@@ -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;
 	}
diff --git a/includes/class-restore-from-trash.php b/includes/class-restore-from-trash.php
index 416bceb..7a86256 100644
--- a/includes/class-restore-from-trash.php
+++ b/includes/class-restore-from-trash.php
@@ -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;
 	}
-- 
GitLab