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