| Total Complexity | 1 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class SpamHandler extends CommentHandler |
||
| 11 | { |
||
| 12 | private static $url_segment = 'spam'; |
||
|
|
|||
| 13 | |||
| 14 | protected $buttonClasses = 'font-icon-cross-mark'; |
||
| 15 | |||
| 16 | protected $label = 'Spam'; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param Comment $comment |
||
| 20 | * |
||
| 21 | * @return Comment |
||
| 22 | */ |
||
| 23 | public function updateComment($comment) |
||
| 29 |