10000 fix CS · mssimi/symfony@4be63f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4be63f9

Browse files
fix CS
1 parent b9c0710 commit 4be63f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ public function testSingleChoiceExpandedWithPlaceholderWithoutTranslation()
547547
]
548548
/following-sibling::div
549549
[@class="form-check"]
550-
[
550+
[
551551
./input[@type="radio"][@name="name"][@id="name_0"][@checked]
552552
/following-sibling::label
553553
[.="Choice&A"]
@@ -959,8 +959,7 @@ public function testPercent()
959959
./span
960960
[@class="input-group-text"]
961961
[contains(.., "%")]
962-
]
963-
962+
]
964963
]
965964
'
966965
);

0 commit comments

Comments
 (0)
0