Skip to content

Commit 5e97d69

Browse files
committed
Add missing semicolon
1 parent 1015553 commit 5e97d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/unit_testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The simplest TypeTestCase implementation looks like the following::
5252
$form = $this->factory->create($type);
5353

5454
$object = new TestObject();
55-
$object->fromArray($formData)
55+
$object->fromArray($formData);
5656

5757
$form->bind($formData);
5858

0 commit comments

Comments
 (0)