You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Doctrine/ODM/MongoDB/Configuration.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -704,7 +704,7 @@ public function setLazyGhostObject(bool $flag): void
704
704
}
705
705
706
706
if ($flag === true && PHP_VERSION_ID >= 80400) {
707
-
trigger_deprecation('doctrine/mongodb-odm', '2.13', 'Using "symfony/var-exporter" lazy ghost objects is deprecated and will be impossible in Doctrine MongoDB ODM 3.0.');
707
+
trigger_deprecation('doctrine/mongodb-odm', '2.14', 'Using "symfony/var-exporter" lazy ghost objects is deprecated and will be impossible in Doctrine MongoDB ODM 3.0.');
708
708
}
709
709
710
710
$this->lazyGhostObject = $flag;
@@ -718,7 +718,7 @@ public function isLazyGhostObjectEnabled(): bool
if (PHP_VERSION_ID >= 80400 && ! $nativeLazyObjects) {
721
-
trigger_deprecation('doctrine/mongodb-odm', '2.13', 'Disabling native lazy objects is deprecated and will be impossible in Doctrine MongoDB ODM 3.0.');
721
+
trigger_deprecation('doctrine/mongodb-odm', '2.14', 'Disabling native lazy objects is deprecated and will be impossible in Doctrine MongoDB ODM 3.0.');
722
722
}
723
723
724
724
if (PHP_VERSION_ID < 80400 && $nativeLazyObjects) {
0 commit comments