Skip to content

Commit

Permalink
fix intend in hydrator.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Jan 27, 2015
1 parent 1fb289a commit 90c48d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hydrator.md
Expand Up @@ -123,7 +123,7 @@ class Appointment

public function getId()
{
return $this->id;
return $this->id;
}

public function setTime(DateTime $time)
Expand Down Expand Up @@ -195,7 +195,7 @@ class User

public function getId()
{
return $this->id;
return $this->id;
}

public function setUsername($username)
Expand Down

0 comments on commit 90c48d5

Please sign in to comment.