Skip to content

Commit 40b602f

Browse files
committed
Customize operation metadata
1 parent 09d05c4 commit 40b602f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Application/src/Conference/Entity/Speaker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ public function getId(): ?int
4141

4242
public function getFullName(): ?string
4343
{
44-
return $this->firstName.' '.$this->lastName;
44+
return $this->firstName . ' ' . $this->lastName;
4545
}
4646
}

0 commit comments

Comments
 (0)