Skip to content

Commit f4de7d6

Browse files
committed
MAGETWO-90139: Static content deployment failed with compact strategy and several jobs
1 parent 4926817 commit f4de7d6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/code/Magento/Deploy/Process/Queue.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,12 @@ private function assertAndExecute($name, array & $packages, array $packageJob)
215215
* @param bool $dependenciesNotFinished
216216
* @return void
217217
*/
218-
private function executePackage(Package $package, $name, array &$packages, $dependenciesNotFinished)
219-
{
218+
private function executePackage(
219+
Package $package,
220+
string $name,
221+
array &$packages,
222+
bool $dependenciesNotFinished
223+
) {
220224
if (!$dependenciesNotFinished
221225
&& !$this->isDeployed($package)
222226
&& ($this->maxProcesses < 2 || (count($this->inProgress) < $this->maxProcesses))

0 commit comments

Comments
 (0)