@@ -69,7 +69,9 @@ |
||
| 69 | 69 | */ |
| 70 | 70 | foreach ($this->trackedItemsFlattened as &$item) |
| 71 | 71 | { |
| 72 | - if (!Service::getParameter(BuildableCommand::USE_DRAFTS) && $item['draft']) { continue; } |
|
| 72 | + if (!Service::getParameter(BuildableCommand::USE_DRAFTS) && $item['draft']) |
|
| 73 | + { |
|
| 74 | +continue; } |
|
| 73 | 75 | |
| 74 | 76 | $jailItems[$item->getNamespace()][$item->getName()] = $item->createJail(); |
| 75 | 77 | } |