Skip to content

Commit 28b49df

Browse files
ENGCOM-2983: Feature/issue 13561 2.3 #18075
- Merge Pull Request #18075 from bnymn/magento2:feature/issue-13561-2.3 - Merged commits: 1. 41e1793 2. 3b67548 3. def50d5 4. 7c7cc9b 5. ddad680 6. fa659d2 7. 968a59c 8. 5cfad03 9. 7c7760b 10. 6f19bf0 11. d97af67 12. 6cd243d 13. 7b13705 14. 93931d2 15. db60f71 16. d27e9a4 17. f06a4b7 18. 309e906 19. f04a5a9 20. f7ee0cc 21. c4cc952 22. 26980d8 23. 610dcff
2 parents 1d33905 + 610dcff commit 28b49df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup/src/Magento/Setup/Model/Installer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ public function install($request)
363363
foreach ($script as $item) {
364364
list($message, $method, $params) = $item;
365365
$this->log->log($message);
366+
// phpcs:ignore Magento2.Functions.DiscouragedFunction
366367
call_user_func_array([$this, $method], $params);
367368
$this->logProgress();
368369
}
@@ -1247,6 +1248,7 @@ private function enableCaches()
12471248
$cacheManager->clean($enabledTypes);
12481249

12491250
$this->log->log('Current status:');
1251+
// phpcs:ignore Magento2.Functions.DiscouragedFunction
12501252
$this->log->log(print_r($cacheManager->getStatus(), true));
12511253
}
12521254

0 commit comments

Comments
 (0)