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.