Apply fixes from StyleCI

This commit is contained in:
Guilhem Niot 2020-02-23 16:50:24 +00:00 committed by StyleCI Bot
parent 974a81d344
commit d58b4a4d66
2 changed files with 1 additions and 2 deletions

View File

@ -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);

View File

@ -183,7 +183,6 @@ class JMSModelDescriber implements ModelDescriberInterface, ModelRegistryAwareIn
/**
* @internal
* @return void
*/
public function describeItem(array $type, $property, Context $context)
{