diff --git a/tests/Fixtures/Entity/EntityWithNullable.php b/tests/Fixtures/Entity/EntityWithNullable.php index 652a1c6d661be3d72a955135bad848a7e7eb1220..f85374c41c83794c705cb03c81d55e0ffc7058f6 100644 --- a/tests/Fixtures/Entity/EntityWithNullable.php +++ b/tests/Fixtures/Entity/EntityWithNullable.php @@ -50,7 +50,7 @@ class EntityWithNullable /** * @var Person|null - * @API\ApiProperty(readableLink=true,writableLink=true) + * @API\ApiProperty(readableLink=true, writableLink=true) */ private $nullableEmbeddedEntity; diff --git a/tests/Fixtures/Entity/Person.php b/tests/Fixtures/Entity/Person.php index 54408abbf4ad07d14fb0211c552fe8f14cc1a0e7..4b72c15f7357e1b7e9cd80c2e3b5cdeec9f6da62 100644 --- a/tests/Fixtures/Entity/Person.php +++ b/tests/Fixtures/Entity/Person.php @@ -45,12 +45,12 @@ class Person */ private $name; - /** * - * + /** * Person constructor. * - * @param UuidInterface $id - * @param string $name + * @param string $name + * + * @throws \Exception */ public function __construct(string $name) {