File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1+ Note about upgrading: Doctrine uses static and runtime mechanisms to raise
2+ awareness about deprecated code.
3+
4+ - Use of ` @deprecated ` docblock that is detected by IDEs (like PHPStorm) or
5+ Static Analysis tools (like Psalm, phpstan)
6+ - Use of our low-overhead runtime deprecation API, details:
7+ https://github.com/doctrine/deprecations/
8+
19# Upgrade to 3.x General Notes
210
311We recommend you upgrade to DBAL 3 first before upgrading to ORM 3. See
@@ -19,14 +27,6 @@ At this point, we recommend upgrading to PHP 8.4 first and then directly from
1927ORM 2.19 to 3.5 and up so that you can skip the lazy ghost proxy generation
2028and directly start using native lazy objects.
2129
22- Note about upgrading: Doctrine uses static and runtime mechanisms to raise
23- awareness about deprecated code.
24-
25- - Use of ` @deprecated ` docblock that is detected by IDEs (like PHPStorm) or
26- Static Analysis tools (like Psalm, phpstan)
27- - Use of our low-overhead runtime deprecation API, details:
28- https://github.com/doctrine/deprecations/
29-
3030# Upgrade to 3.5
3131
3232See the General notes to upgrading to 3.x versions above.
You can’t perform that action at this time.
0 commit comments