mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Removed useless conditional
This commit is contained in:
parent
8314471be1
commit
3aa6544159
@ -330,10 +330,7 @@ class ApiDoc
|
|||||||
$data['statusCodes'] = $statusCodes;
|
$data['statusCodes'] = $statusCodes;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($section = $this->section) {
|
$data['section'] = $this->section;
|
||||||
$data['section'] = $section;
|
|
||||||
}
|
|
||||||
|
|
||||||
$data['https'] = $this->https;
|
$data['https'] = $this->https;
|
||||||
|
|
||||||
return $data;
|
return $data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user