Ran code through php-cs-fixer

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI (W00d5t0ck)
2012-09-01 14:57:41 +02:00
parent d9fe0d8bcf
commit ee187ee044
16 changed files with 46 additions and 20 deletions

View File

@@ -480,6 +480,7 @@ class UserData
{
// TODO: Check if not null
$this->favouriteTopics->add($topic);
return $this;
}
@@ -493,6 +494,7 @@ class UserData
{
// TODO: Check if not null
$this->favouriteTopics->removeElement($topic);
return $this;
}
@@ -536,6 +538,7 @@ class UserData
public function setAvatarImage(UploadedFile $avatarImage)
{
$this->avatarImage = $avatarImage;
return $this;
}