Skip to content

Commit 1af6742

Browse files
committed
minor symfony#3510 add empty line (lazyants)
This PR was submitted for the 2.4 branch but it was merged into the 2.3 branch instead (closes symfony#3510). Discussion ---------- add empty line Commits ------- a98cf11 add empty line
2 parents 27dcebd + f44e6cc commit 1af6742

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/forms.rst

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ going to need to build a form. But before you begin, first focus on the generic
4848
{
4949
return $this->dueDate;
5050
}
51+
5152
public function setDueDate(\DateTime $dueDate = null)
5253
{
5354
$this->dueDate = $dueDate;

0 commit comments

Comments
 (0)