File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2
2
/**
3
3
* Accordion Item
4
4
*
5
- * @param array $attributes Block attributes.
6
- * @param string $content Block default content.
7
- * @param \WP_Block $block Block instance.
5
+ * @var array $attributes Block attributes.
6
+ * @var string $content Block default content.
7
+ * @var \WP_Block $block Block instance.
8
8
*
9
9
* @package pixelalbatross/accordion-block
10
10
*/
@@ -44,7 +44,7 @@ class="accordion-button"
44
44
/**
45
45
* Fires before the accordion item title.
46
46
*
47
- * @param string { title} Accordion item title.
47
+ * @param string $ title Accordion item title.
48
48
*/
49
49
do_action ( 'pixelalbatross_accordion_block_before_item_title ' , $ attributes ['title ' ] );
50
50
?>
@@ -55,9 +55,9 @@ class="accordion-button"
55
55
56
56
<?php
57
57
/**
58
- * Fires after the accordion item title
58
+ * Fires after the accordion item title.
59
59
*
60
- * @param string { title} Accordion item title.
60
+ * @param string $ title Accordion item title.
61
61
*/
62
62
do_action ( 'pixelalbatross_accordion_block_after_item_title ' , $ attributes ['title ' ] );
63
63
?>
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Accordion
4
4
*
5
- * @param array $attributes Block attributes.
6
- * @param string $content Block default content.
7
- * @param \WP_Block $block Block instance.
5
+ * @var array $attributes Block attributes.
6
+ * @var string $content Block default content.
7
+ * @var \WP_Block $block Block instance.
8
8
*
9
9
* @package pixelalbatross/accordion-block
10
10
*/
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Accordion
4
4
*
5
- * @param array $attributes Block attributes.
6
- * @param string $content Block default content.
7
- * @param \WP_Block $block Block instance.
5
+ * @var array $attributes Block attributes.
6
+ * @var string $content Block default content.
7
+ * @var \WP_Block $block Block instance.
8
8
*
9
9
* @package pixelalbatross/accordion-block
10
10
*/
You can’t perform that action at this time.
0 commit comments