This commit is contained in:
Yuri Kuznetsov
2024-09-16 16:30:08 +03:00
parent f0ee8a1de4
commit b9b2a2d071
2 changed files with 4 additions and 4 deletions
@@ -196,7 +196,7 @@ class Saver implements SaverInterface
$keyPreviousList[] = $key;
}
$primary = false;
$primary = null;
$toCreateList = [];
$toUpdateList = [];
@@ -224,7 +224,7 @@ class Saver implements SaverInterface
$hash->{$key}['primary'] &&
$hash->{$key}['primary'] === $hashPrevious->{$key}['primary']
) {
$primary = false;
$primary = null;
}
}
@@ -199,7 +199,7 @@ class Saver implements SaverInterface
$keyPreviousList[] = $key;
}
$primary = false;
$primary = null;
$toCreateList = [];
$toUpdateList = [];
@@ -227,7 +227,7 @@ class Saver implements SaverInterface
$hash->{$key}['primary'] &&
$hash->{$key}['primary'] === $hashPrevious->{$key}['primary']
) {
$primary = false;
$primary = null;
}
}