Total Complexity | 1 |
Total Lines | 7 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
23 | class Mailcode_Commands_Command_ElseIf_ListBeginsWith extends Mailcode_Commands_Command_ElseIf_ListContains implements Mailcode_Traits_Commands_IfListEndsOrBeginsWithInterface |
||
24 | { |
||
25 | use Mailcode_Traits_Commands_IfListEndsOrBeginsWith; |
||
26 | |||
27 | public function getSearchPosition(): string |
||
32 |