Skip to content

Commit

Permalink
Fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire committed Jul 25, 2024
1 parent 05e5362 commit d1e94df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Entity/Property/AttributesPropertyAwareTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
/**
* Trait AttributesPropertyAwareTrait.
*
* @see \Apigee\Edge\Entity\Property\AttributesPropertyInterface
* @see AttributesPropertyInterface
*/
trait AttributesPropertyAwareTrait
{
/** @var \Apigee\Edge\Structure\AttributesProperty */
/** @var AttributesProperty */
protected $attributes;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Entity/Property/AttributesPropertyInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
interface AttributesPropertyInterface
{
/**
* @return \Apigee\Edge\Structure\AttributesProperty
* @return AttributesProperty
*/
public function getAttributes(): ?AttributesProperty;

/**
* @param \Apigee\Edge\Structure\AttributesProperty $attributes
* @param AttributesProperty $attributes
*/
public function setAttributes(AttributesProperty $attributes): void;

Expand Down

0 comments on commit d1e94df

Please sign in to comment.