Skip to content

Commit 755065f

Browse files
Ulrichweaverryan
authored andcommitted
fix indent & coma
1 parent 83641f8 commit 755065f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/form/unit_testing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ before creating the parent form using PreloadedExtension class::
133133
{
134134
$childType = new TestChildType();
135135
return array(new PreloadedExtension(array(
136-
$childType->getName() => $childType
137-
), array()));
136+
$childType->getName() => $childType,
137+
), array()));
138138
}
139139

140140
public function testBindValidData()

0 commit comments

Comments
 (0)