| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | public function initializeArguments() |
||
| 18 | { |
||
| 19 | parent::initializeArguments(); |
||
| 20 | $this->registerArgument('modification', 'string', 'DateTime Object Modification String', true, ''); |
||
| 21 | $this->registerArgument('dateTime', \DateTimeInterface::class, 'DateTime to modify', false, null); |
||
| 22 | } |
||
| 23 | |||
| 45 |