Skip to content

Commit

Permalink
Merge pull request #1591 from nelmio/analysis-e7YKjA
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
GuilhemN authored Feb 23, 2020
2 parents 974a81d + d58b4a4 commit 0fcf2d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ModelDescriber/BazingaHateoasModelDescriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ private function setAttributeProperties(Relation $relation, $subProperties)
foreach ($relation->getAttributes() as $attribute => $value) {
$subSubProp = $subProperties->get($attribute);
switch (gettype($value)) {
case 'integer' :
case 'integer':
$subSubProp->setType('integer');
$subSubProp->setDefault($value);

Expand Down
1 change: 0 additions & 1 deletion ModelDescriber/JMSModelDescriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ public function supports(Model $model): bool

/**
* @internal
* @return void
*/
public function describeItem(array $type, $property, Context $context)
{
Expand Down

0 comments on commit 0fcf2d5

Please sign in to comment.