| Total Complexity | 6 |
| Total Lines | 77 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class Mailcode_Factory_CommandSets_Set_Misc extends Mailcode_Factory_CommandSets_Set |
||
| 22 | { |
||
| 23 | public function comment(string $comments) : Mailcode_Commands_Command_Comment |
||
| 43 | } |
||
| 44 | |||
| 45 | public function for(string $sourceVariable, string $loopVariable) : Mailcode_Commands_Command_For |
||
| 73 | } |
||
| 74 | |||
| 75 | public function code(string $language) : Mailcode_Commands_Command_Code |
||
| 100 |