| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 30 | public function __construct(array $nodes = [], array $attributes = [], int $lineNo = 0, string $tag = null, string $alignment = HeaderFooterWrapper::ALIGNMENT_CENTER) |
||
| 31 | { |
||
| 32 | parent::__construct($nodes, $attributes, $lineNo, $tag); |
||
| 33 | |||
| 34 | $this->alignment = HeaderFooterWrapper::validateAlignment(strtolower($alignment)); |
||
| 35 | } |
||
| 36 | |||
| 64 |