| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | protected function getValidations() : array |
||
| 32 | { |
||
| 33 | return array( |
||
| 34 | Mailcode_Interfaces_Commands_Validation_Variable::VALIDATION_NAME_VARIABLE, |
||
| 35 | Mailcode_Interfaces_Commands_Validation_SearchTerm::VALIDATION_NAME_SEARCH_TERM, |
||
| 36 | Mailcode_Interfaces_Commands_Validation_CaseSensitive::VALIDATION_NAME_CASE_SENSITIVE |
||
| 37 | ); |
||
| 40 |