Skip to content

Commit

Permalink
minor #3510 add empty line (lazyants)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.4 branch but it was merged into the 2.3 branch instead (closes #3510).

Discussion
----------

add empty line

Commits
-------

a98cf11 add empty line
  • Loading branch information
weaverryan committed Feb 4, 2014
2 parents 27dcebd + f44e6cc commit 1af6742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ going to need to build a form. But before you begin, first focus on the generic
{
return $this->dueDate;
}
public function setDueDate(\DateTime $dueDate = null)
{
$this->dueDate = $dueDate;
Expand Down

0 comments on commit 1af6742

Please sign in to comment.