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

@@ -222,6 +222,7 @@ class News
public function setSticky($sticky)
{
$this->sticky = $sticky;
return $this;
}
@@ -255,6 +256,7 @@ class News
{
// TODO: Check if parameter is boolean!
$this->draft = $draft;
return $this;
}
@@ -268,4 +270,3 @@ class News
return $this->draft;
}
}