From 8a647662eda9ff3b8f895089138db9f970da158a Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:35:03 +1000 Subject: [PATCH] Restore extra line that was already removed in another PR --- tests/phpunit/tests/theme/wpThemeJson.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/tests/theme/wpThemeJson.php b/tests/phpunit/tests/theme/wpThemeJson.php index 5114966b6d224..1913fc1db2eba 100644 --- a/tests/phpunit/tests/theme/wpThemeJson.php +++ b/tests/phpunit/tests/theme/wpThemeJson.php @@ -3217,6 +3217,7 @@ public function test_get_property_value_valid() { * * @param array $styles An array with style definitions. * @param array $path Path to the desired properties. + * */ public function test_get_property_value_should_return_string_for_invalid_paths_or_null_values( $styles, $path ) { $reflection_class = new ReflectionClass( WP_Theme_JSON::class );