Remove echo with array to string conversion

This commit is contained in:
2023-08-30 15:11:47 +02:00
parent 0907d5b76a
commit 68e1384416

View File

@@ -55,8 +55,6 @@ class LoadDocGeneratorTemplate extends AbstractFixture
];
foreach ($templates as $template) {
echo 'Adding doc generator templates ' . $template['file'] . ")\n";
$newStoredObj = (new StoredObject())
->setFilename($template['file']['filename'])
->setKeyInfos(json_decode($template['file']['key'], true))