Skip to content

Commit 62f1ff9

Browse files
Merge branch '2.7' into 2.8
* 2.7: CS fixes Remove trailing space CS: apply rules [Yaml] Clean some messages + add test case [Form] Fix UrlType transforms valid protocols [SecurityBundle] Changed encoder configuration example to bcrypt
2 parents a94f3fe + 423ace0 commit 62f1ff9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/FormTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ public function testConstructor($message, $form, $values)
188188
$form = $this->createForm('<form>'.$form.'</form>');
189189
$this->assertEquals(
190190
$values,
191-
array_map(function ($field) {
191+
array_map(
192+
function ($field) {
192193
$class = get_class($field);
193194

194195
return array(substr($class, strrpos($class, '\\') + 1), $field->getValue());

0 commit comments

Comments
 (0)