Total Complexity | 11 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class SiteReviewBlock extends Block |
||
8 | { |
||
9 | public function render(array $attributes): string |
||
19 | } |
||
20 | |||
21 | public static function shortcodeClass(): string |
||
24 | } |
||
25 | |||
26 | protected function blockClassAttr(array $attributes): string |
||
33 | } |
||
34 | |||
35 | protected function blockStyleAttr(array $attributes): string |
||
49 |