Total Complexity | 10 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
7 | class SiteReviewsFormBlock extends Block |
||
8 | { |
||
9 | public static function shortcodeClass(): string |
||
10 | { |
||
11 | return SiteReviewsFormShortcode::class; |
||
12 | } |
||
13 | |||
14 | protected function blockClassAttr(array $attributes): string |
||
21 | } |
||
22 | |||
23 | protected function blockStyleAttr(array $attributes): string |
||
41 | } |
||
42 | } |
||
43 |