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