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

Commitf15bc79

Browse files
Mathieu Piotmpiot
Mathieu Piot
authored andcommitted
Fix coding standards
1 parentc934e49 commitf15bc79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function testLabelWithCustomTextAsOptionAndCustomAttributesPassedDirectly
105105
publicfunctiontestHelp()
106106
{
107107
$form =$this->factory->createNamed('name','Symfony\Component\Form\Extension\Core\Type\TextType',null, [
108-
'help' =>'Help text test!'
108+
'help' =>'Help text test!',
109109
]);
110110
$view =$form->createView();
111111
$html =$this->renderHelp($view);

‎src/Symfony/Component/Form/Tests/AbstractBootstrap4LayoutTest.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function testLegendOnExpandedType()
154154
publicfunctiontestHelp()
155155
{
156156
$form =$this->factory->createNamed('name','Symfony\Component\Form\Extension\Core\Type\TextType',null, [
157-
'help' =>'Help text test!'
157+
'help' =>'Help text test!',
158158
]);
159159
$view =$form->createView();
160160
$html =$this->renderHelp($view);

‎src/Symfony/Component/Form/Tests/AbstractLayoutTest.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ public function testLabelFormatOnButtonId()
413413
publicfunctiontestHelp()
414414
{
415415
$form =$this->factory->createNamed('name','Symfony\Component\Form\Extension\Core\Type\TextType',null, [
416-
'help' =>'Help text test!'
416+
'help' =>'Help text test!',
417417
]);
418418
$view =$form->createView();
419419
$html =$this->renderHelp($view);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp