mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-06 07:13:31 +03:00
Removed useless conditional
This commit is contained in:
parent
8314471be1
commit
3aa6544159
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue