Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.

Commit ec05bec

Browse files
committed
Write in files
1 parent 22258b6 commit ec05bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConvertCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
6262
$converter = new Converter();
6363

6464
foreach ($project->getFiles() as $file) {
65-
echo $converter->convert($project, $file);
65+
file_put_contents($file->getPath(), $converter->convert($project, $file));
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)