From 51183c378e9221bd1c3737321cbf48efbcf8a316 Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:19:48 +0100 Subject: [PATCH] Fix: Correct PHPCS alignment and update wp_mock constraint --- admin/templates/modal.php | 16 ++++------------ composer.json | 2 +- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/admin/templates/modal.php b/admin/templates/modal.php index 9a7df91..3d75889 100644 --- a/admin/templates/modal.php +++ b/admin/templates/modal.php @@ -33,33 +33,25 @@ if ( ! defined( 'ABSPATH' ) ) { diff --git a/composer.json b/composer.json index 71b8af6..23bb59d 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.3", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "10up/wp_mock": "0.3.0", + "10up/wp_mock": "^1.0", "antecedent/patchwork": "^2.1.21" }, "autoload": {