Skip to content

Commit 24b184b

Browse files
committed
[symfony#2725] Fixing whitespace
1 parent 755065f commit 24b184b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/unit_testing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ before creating the parent form using PreloadedExtension class::
135135
return array(new PreloadedExtension(array(
136136
$childType->getName() => $childType,
137137
), array()));
138-
}
138+
}
139139

140140
public function testBindValidData()
141141
{

0 commit comments

Comments
 (0)