mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Fix CS
This commit is contained in:
parent
2f62db82a9
commit
1d72183856
@ -353,7 +353,7 @@ class ApiDocExtractor
|
|||||||
'description' => $annot->description,
|
'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(
|
$annotation->addParameter($annot->name, array(
|
||||||
'required' => !$annot->nullable,
|
'required' => !$annot->nullable,
|
||||||
'dataType' => $annot->requirements,
|
'dataType' => $annot->requirements,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user