mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-03 22:03:33 +03:00
CS fix
This commit is contained in:
parent
6b66edbcda
commit
e4e9f62230
1 changed files with 1 additions and 2 deletions
|
@ -353,8 +353,7 @@ class ApiDocExtractor
|
|||
'description' => $annot->description,
|
||||
));
|
||||
}
|
||||
}
|
||||
else if (is_a($annot, self::FOS_REST_REQUEST_PARAM_CLASS)) {
|
||||
} else if (is_a($annot, self::FOS_REST_REQUEST_PARAM_CLASS)) {
|
||||
$annotation->addParameter($annot->name, array(
|
||||
'required' => !$annot->nullable,
|
||||
'dataType' => $annot->requirements,
|
||||
|
|
Loading…
Add table
Reference in a new issue