We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d05c4 commit 40b602fCopy full SHA for 40b602f
tests/Application/src/Conference/Entity/Speaker.php
@@ -41,6 +41,6 @@ public function getId(): ?int
41
42
public function getFullName(): ?string
43
{
44
- return $this->firstName.' '.$this->lastName;
+ return $this->firstName . ' ' . $this->lastName;
45
}
46
0 commit comments