Skip to content

Commit 610dcff

Browse files
#18075: Static test fix.
1 parent 26980d8 commit 610dcff

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)