mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-03 22:03:33 +03:00
Fix CS
This commit is contained in:
parent
2f62db82a9
commit
1d72183856
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ class ApiDocExtractor
|
|||
'description' => $annot->description,
|
||||
));
|
||||
}
|
||||
} else if (is_a($annot, self::FOS_REST_REQUEST_PARAM_CLASS)) {
|
||||
} elseif (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