Fix indentation of multiline function declarations
[MAILPOET-3732]
This commit is contained in:
@@ -22,7 +22,7 @@ if (!class_exists('ProgressBar', false)) {
|
||||
*
|
||||
*/
|
||||
public function __construct(
|
||||
$progressBarId
|
||||
$progressBarId
|
||||
) {
|
||||
$filename = $progressBarId . '-progress.json';
|
||||
$this->filename = Env::$tempPath . '/' . $filename;
|
||||
|
Reference in New Issue
Block a user