Various linter fixes
Summary: Apply various linter fixes. Test Plan: Unit tests + eyeballing. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: hach-que, Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12390
This commit is contained in:
@@ -550,7 +550,7 @@ final class ConpherenceUpdateController
|
||||
$content = array(
|
||||
'non_update' => $non_update,
|
||||
'transactions' => hsprintf('%s', $rendered_transactions),
|
||||
'conpherence_title' => (string) $data['title'],
|
||||
'conpherence_title' => (string)$data['title'],
|
||||
'latest_transaction_id' => $new_latest_transaction_id,
|
||||
'nav_item' => $nav_item,
|
||||
'conpherence_phid' => $conpherence->getPHID(),
|
||||
|
||||
Reference in New Issue
Block a user