From 9bc06887bb460ea2b71e1453470c76d9980a169a Mon Sep 17 00:00:00 2001 From: Bogdan Preda Date: Tue, 25 Jun 2024 12:13:55 +0300 Subject: [PATCH] chore: code style --- tests/featured-plugins-test.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/featured-plugins-test.php b/tests/featured-plugins-test.php index 79a2ec63..3a35c63a 100644 --- a/tests/featured-plugins-test.php +++ b/tests/featured-plugins-test.php @@ -100,9 +100,9 @@ public static function wpTearDownAfterClass() { /** * Utility method to change the value of a protected property. * - * @param \ThemeisleSDK\Product $object The object. - * @param string $property The property name. - * @param mixed $new_value The new value. + * @param \ThemeisleSDK\Product $object The object. + * @param string $property The property name. + * @param mixed $new_value The new value. * * @return void * @throws ReflectionException Throws an exception if the property does not exist.