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/ORM/Exception/NotSupported.php
+5
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,9 @@ public static function create(): self
10
10
{
11
11
returnnewself('This behaviour is (currently) not supported by Doctrine 2');
12
12
}
13
+
14
+
publicstaticfunctioncreateForDbal3(): self
15
+
{
16
+
returnnewself('Feature was deprecated in doctrine/dbal 2.x and is not supported by installed doctrine/dbal:3.x, please see the doctrine/deprecations logs for new alternative approaches.');
0 commit comments