From 28f6f7ece5a4771adb9d14f5f8b487666e2f044e Mon Sep 17 00:00:00 2001 From: Peter Fabian Date: Tue, 11 Dec 2018 12:23:15 +0100 Subject: [PATCH] PHPCS changes so that I will be able to merge master into this branch. Otherwise I get errors during merge commit. --- plugins/woocommerce-admin/tests/api/admin-notes.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/woocommerce-admin/tests/api/admin-notes.php b/plugins/woocommerce-admin/tests/api/admin-notes.php index feb081211fb..4d4eba789db 100644 --- a/plugins/woocommerce-admin/tests/api/admin-notes.php +++ b/plugins/woocommerce-admin/tests/api/admin-notes.php @@ -3,7 +3,10 @@ * Admin notes REST API Test * * @package WooCommerce\Tests\API - * @since 3.5.0 + */ + +/** + * Class WC_Tests_API_Admin_Notes */ class WC_Tests_API_Admin_Notes extends WC_REST_Unit_Test_Case {