| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | 1 | public function __construct(NormalizerInterface $normalizer = null) |
|
| 13 | { |
||
| 14 | 1 | $this->stringNormalizer = new StringNormalizer(); |
|
| 15 | 1 | $this->stringNormalizer->setTrimCharMask($this->stringNormalizer->getTrimCharMask() . $this->delimiter); |
|
| 16 | |||
| 17 | 1 | parent::__construct($normalizer); |
|
| 18 | 1 | } |
|
| 56 |