@@ -293,7 +293,9 @@ |
||
| 293 | 293 | */ |
| 294 | 294 | foreach ($this->trackedItemsFlattened as &$item) |
| 295 | 295 | { |
| 296 | - if (!Service::getParameter(BuildableCommand::USE_DRAFTS) && $item->isDraft()) { continue; } |
|
| 296 | + if (!Service::getParameter(BuildableCommand::USE_DRAFTS) && $item->isDraft()) |
|
| 297 | + { |
|
| 298 | +continue; } |
|
| 297 | 299 | |
| 298 | 300 | if (empty($item->getNamespace())) |
| 299 | 301 | { |