PHPCS changes so that I will be able to merge master into this branch.

Otherwise I get errors during merge commit.
This commit is contained in:
Peter Fabian 2018-12-11 12:23:15 +01:00 committed by Joshua Flowers
parent 46bf4bedc8
commit 28f6f7ece5
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@
* Admin notes REST API Test * Admin notes REST API Test
* *
* @package WooCommerce\Tests\API * @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 { class WC_Tests_API_Admin_Notes extends WC_REST_Unit_Test_Case {