Skip to content

Commit 140d27b

Browse files
author
Stanislav Idolov
authored
Fixed code style issues
1 parent 0366781 commit 140d27b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

dev/tests/integration/framework/deployTestModules.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@
4242

4343
if (!$settings->get('TESTS_PARALLEL_THREAD', 0)) {
4444
// Only delete modules if we are not using parallel executions
45-
register_shutdown_function('deleteTestModules', $pathToCommittedTestModules, $pathToInstalledMagentoInstanceModules);
45+
register_shutdown_function(
46+
'deleteTestModules',
47+
$pathToCommittedTestModules,
48+
$pathToInstalledMagentoInstanceModules
49+
);
4650
}
4751

4852
/**
@@ -63,4 +67,4 @@ function deleteTestModules($pathToCommittedTestModules, $pathToInstalledMagentoI
6367
}
6468
}
6569
unset($iterator, $file);
66-
}
70+
}

0 commit comments

Comments
 (0)