We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26980d8 commit 610dcffCopy full SHA for 610dcff
setup/src/Magento/Setup/Model/Installer.php
@@ -363,6 +363,7 @@ public function install($request)
363
foreach ($script as $item) {
364
list($message, $method, $params) = $item;
365
$this->log->log($message);
366
+ // phpcs:ignore Magento2.Functions.DiscouragedFunction
367
call_user_func_array([$this, $method], $params);
368
$this->logProgress();
369
}
@@ -1247,6 +1248,7 @@ private function enableCaches()
1247
1248
$cacheManager->clean($enabledTypes);
1249
1250
$this->log->log('Current status:');
1251
1252
$this->log->log(print_r($cacheManager->getStatus(), true));
1253
1254
0 commit comments