Fixed typo in parameter type name
DataTime -> DateTime Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
parent
e0f5d7ee75
commit
efedfa0432
@ -208,7 +208,7 @@ class BlogPost
|
||||
* @param DateTime $createdAt
|
||||
* @return BlogPost
|
||||
*/
|
||||
public function setCreatedAt(\DataTime $createdAt)
|
||||
public function setCreatedAt(\DateTime $createdAt)
|
||||
{
|
||||
// TODO: Check if not null!
|
||||
$this->createdAt = $createdAt;
|
||||
|
Loading…
Reference in New Issue
Block a user