| Total Complexity | 1 | 
| Total Lines | 12 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 27 | class Heading3 extends \Kristuff\Phtemail\Core\MixedElement | ||
| 28 | { | ||
| 29 | /** | ||
| 30 | * Constructor | ||
| 31 | * | ||
| 32 | * @access public | ||
| 33 | * @param string $content The element content | ||
| 34 | * @param array $styles The inline styles | ||
| 35 | */ | ||
| 36 | public function __construct(string $content = '', array $styles = []) | ||
| 39 | } | ||
| 40 | } |