Use assert_instances_of() everywhere but Differential and Diffusion
Summary: NOTE: This is not produced by a script so there might be errors. Please review carefully. Test Plan: Browse around. Reviewers: epriestley Reviewed By: epriestley CC: aran Differential Revision: https://secure.phabricator.com/D2091
This commit is contained in:
@@ -233,6 +233,7 @@ final class PhrictionDiffController
|
||||
}
|
||||
|
||||
private function renderComparisonTable(array $content) {
|
||||
assert_instances_of($content, 'PhrictionContent');
|
||||
|
||||
$user = $this->getRequest()->getUser();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user