Commit 87cdf98f authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

CS.

Showing with 5 additions and 5 deletions
+5 -5
...@@ -50,7 +50,7 @@ class EntityWithNullable ...@@ -50,7 +50,7 @@ class EntityWithNullable
/** /**
* @var Person|null * @var Person|null
* @API\ApiProperty(readableLink=true,writableLink=true) * @API\ApiProperty(readableLink=true, writableLink=true)
*/ */
private $nullableEmbeddedEntity; private $nullableEmbeddedEntity;
......
...@@ -45,12 +45,12 @@ class Person ...@@ -45,12 +45,12 @@ class Person
*/ */
private $name; private $name;
/** * /**
*
* Person constructor. * Person constructor.
* *
* @param UuidInterface $id * @param string $name
* @param string $name *
* @throws \Exception
*/ */
public function __construct(string $name) public function __construct(string $name)
{ {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment