Fixes belongs to bugs

This commit is contained in:
Dennis Eichhorn 2017-07-05 16:56:26 +02:00
parent c3adf4aef0
commit 4c3793ef79

View File

@ -262,7 +262,7 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/
public function getCreatedBy() : int
public function getCreatedBy()
{
return $this->createdBy;
}
@ -273,7 +273,7 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/
public function setCreatedBy(int $id)
public function setCreatedBy($id)
{
$this->createdBy = $id;
}