Skip to content

Commit 626e56e

Browse files
committed
Fixes deprecated arguments
1 parent 05e3cd4 commit 626e56e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

DataFixtures/Dumper/YamlDataDumper.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ protected function transformArrayToData($data)
2727
$data,
2828
$inline = 3,
2929
$indent = 4,
30-
$exceptionOnInvalidType = false,
31-
$objectSupport = true
30+
Yaml::DUMP_OBJECT
3231
);
3332
}
3433
}

0 commit comments

Comments
 (0)