Skip to content

Commit fd62866

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

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)