Skip to content

Commit df8fcf6

Browse files
committed
AC-14807::Backport Verbose Mode in setup:db:status CLI command
1 parent c192dbf commit df8fcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Setup/Declaration/Schema/UpToDateDeclarativeSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ private function buildChangeInfo($change, $operationType, $changeIndex, &$summar
201201
* @param mixed $change
202202
* @param array $changeInfo
203203
*/
204-
private function isMethodExists(mixed $change, array $changeInfo): void
204+
private function isMethodExists(mixed $change, array &$changeInfo): void
205205
{
206206
$type = $change->getType();
207207
if ($type === 'index' || $type === 'constraint') {

0 commit comments

Comments
 (0)