| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 8 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 19 | 1 | protected function customizeFunction(): void |
|
| 20 | { |
||
| 21 | 1 | $this->setFunctionPrototype('make_timestamp(%s, %s, %s, %s, %s, %s)'); |
|
| 22 | 1 | $this->addNodeMapping('ArithmeticPrimary'); |
|
| 23 | 1 | $this->addNodeMapping('ArithmeticPrimary'); |
|
| 24 | 1 | $this->addNodeMapping('ArithmeticPrimary'); |
|
| 25 | 1 | $this->addNodeMapping('ArithmeticPrimary'); |
|
| 26 | 1 | $this->addNodeMapping('ArithmeticPrimary'); |
|
| 27 | 1 | $this->addNodeMapping('ArithmeticPrimary'); |
|
| 28 | } |
||
| 30 |