diff --git a/src/BlockTypes/ProductCategories.php b/src/BlockTypes/ProductCategories.php index 9cc7fd1e5b5..5699cfe43c3 100644 --- a/src/BlockTypes/ProductCategories.php +++ b/src/BlockTypes/ProductCategories.php @@ -99,7 +99,7 @@ protected function render( $attributes, $content ) { * Get the list of classes to apply to this block. * * @param array $attributes Block attributes. Default empty array. - * @return array space-separated list of classes. + * @return array Array that contains space-separated list of classes and space-separated list of inline styles. */ protected function get_container_classes_and_styles( $attributes = array() ) {