Skip to content

Commit 319a879

Browse files
committed
Update zend.form.advanced-use-of-forms.rst
added ;
1 parent f313631 commit 319a879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/languages/en/modules/zend.form.advanced-use-of-forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ but rather in the ``init()`` method:
224224
$this->add(array(
225225
'name' => 'phone',
226226
'type' => 'Phone',
227-
))
227+
));
228228
}
229229
}
230230

0 commit comments

Comments
 (0)