| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | 1 | protected function customizeFunction(): void |
|
| 19 | { |
||
| 20 | 1 | $this->setFunctionPrototype('regexp_replace(%s, %s, %s, %s)'); |
|
| 21 | 1 | $this->addNodeMapping('StringPrimary'); |
|
| 22 | 1 | $this->addNodeMapping('StringPrimary'); |
|
| 23 | 1 | $this->addNodeMapping('StringPrimary'); |
|
| 24 | 1 | $this->addNodeMapping('StringPrimary'); |
|
| 25 | } |
||
| 27 |