Remove @group annotations
Summary: I'm pretty sure that `@group` annotations are useless now... see D9855. Also fixed various other minor issues. Test Plan: Eye-ball it. Reviewers: #blessed_reviewers, epriestley, chad Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin, hach-que Differential Revision: https://secure.phabricator.com/D9859
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @group conpherence
|
||||
*/
|
||||
final class ConpherenceListController
|
||||
extends ConpherenceController {
|
||||
final class ConpherenceListController extends ConpherenceController {
|
||||
|
||||
const SELECTED_MODE = 'selected';
|
||||
const UNSELECTED_MODE = 'unselected';
|
||||
@@ -227,7 +223,8 @@ final class ConpherenceListController
|
||||
return array(
|
||||
'scroll_up_participant' => $scroll_up_participant,
|
||||
'scroll_down_participant' => $scroll_down_participant,
|
||||
'participation' => $participation);
|
||||
'participation' => $participation,
|
||||
);
|
||||
}
|
||||
|
||||
private function loadConpherenceThreadData($participation) {
|
||||
|
||||
Reference in New Issue
Block a user