Convert properties not caught by Code Sniffer to camel case

[MAILPOET-1796]
This commit is contained in:
Jan Jakeš
2020-01-09 10:14:16 +01:00
committed by Jan Jakeš
parent f49757bd4e
commit 94afd66325
17 changed files with 92 additions and 92 deletions

View File

@ -20,7 +20,7 @@ class MP2Migration {
public function render() {
$this->mp2Migrator->init();
$data = [
'log_file_url' => $this->mp2Migrator->log_file_url,
'log_file_url' => $this->mp2Migrator->logFileUrl,
'progress_url' => $this->mp2Migrator->progressbar->url,
];
$this->pageRenderer->displayPage('mp2migration.html', $data);