mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Removed useless conditional
This commit is contained in:
parent
8314471be1
commit
3aa6544159
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user