| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | trait Mailcode_Traits_Commands_IfVariable |
||
| 25 | { |
||
| 26 | use Mailcode_Traits_Commands_Validation_Variable; |
||
| 27 | use Mailcode_Traits_Commands_Validation_Value; |
||
| 28 | use Mailcode_Traits_Commands_Validation_Operand; |
||
| 29 | |||
| 30 | protected function getValidations() : array |
||
| 36 | ); |
||
| 37 | } |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @return array<string> |
||
| 41 | */ |
||
| 42 | protected function getAllowedOperands() : array |
||
| 47 |