Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit755065f

Browse files
Ulrichweaverryan
Ulrich
authored andcommitted
fix indent & coma
1 parent83641f8 commit755065f

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)

[8]ページ先頭

©2009-2025 Movatter.jp