Removed useless conditional

This commit is contained in:
drgomesp 2013-02-14 13:42:23 -02:00
parent 8314471be1
commit 3aa6544159

View File

@ -330,10 +330,7 @@ class ApiDoc
$data['statusCodes'] = $statusCodes;
}
if ($section = $this->section) {
$data['section'] = $section;
}
$data['section'] = $this->section;
$data['https'] = $this->https;
return $data;