From 86e2a9f55d38df5b0ef7bec434f4f59dbe69211b Mon Sep 17 00:00:00 2001 From: Nate Weller Date: Wed, 15 Jan 2025 16:22:24 -0700 Subject: [PATCH] fix tests --- projects/packages/protect-status/tests/php/test-status.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/packages/protect-status/tests/php/test-status.php b/projects/packages/protect-status/tests/php/test-status.php index 8a486c7396c22..0416524cca1c3 100644 --- a/projects/packages/protect-status/tests/php/test-status.php +++ b/projects/packages/protect-status/tests/php/test-status.php @@ -3,8 +3,6 @@ /** * Tests for the Protect_Status class. * - * @phan-suppress PhanDeprecatedProperty -- Testing backwards compatibility. - * * @package automattic/jetpack-protect-status */ @@ -158,6 +156,8 @@ public function get_sample_api_response() { /** * Get a sample result of Protect_Status::get_status(). * + * @phan-suppress PhanDeprecatedProperty -- Testing backwards compatibility. + * * @return object */ public function get_sample_status() {