Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed Nov 24, 2021
1 parent 7142b1e commit f2096f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlockTypes/ProductCategories.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() ) {

Expand Down

0 comments on commit f2096f6

Please sign in to comment.