mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Apply fixes from StyleCI
This commit is contained in:
parent
974a81d344
commit
d58b4a4d66
@ -124,7 +124,7 @@ class BazingaHateoasModelDescriber implements ModelDescriberInterface, ModelRegi
|
||||
foreach ($relation->getAttributes() as $attribute => $value) {
|
||||
$subSubProp = $subProperties->get($attribute);
|
||||
switch (gettype($value)) {
|
||||
case 'integer' :
|
||||
case 'integer':
|
||||
$subSubProp->setType('integer');
|
||||
$subSubProp->setDefault($value);
|
||||
|
||||
|
@ -183,7 +183,6 @@ class JMSModelDescriber implements ModelDescriberInterface, ModelRegistryAwareIn
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* @return void
|
||||
*/
|
||||
public function describeItem(array $type, $property, Context $context)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user