We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e0ac0 commit 003090bCopy full SHA for 003090b
UPGRADE.md
@@ -1,5 +1,9 @@
1
# Upgrade to 2.11
2
3
+## Deprecated: `Setup::registerAutoloadDirectory()`
4
+
5
+Use Composer's autoloader instead.
6
7
## Deprecated: `AbstractHydrator::hydrateRow()`
8
9
Following the deprecation of the method `AbstractHydrator::iterate()`, the
lib/Doctrine/ORM/Tools/Setup.php
@@ -40,6 +40,8 @@ class Setup
40
* Use this method to register all autoloads for a downloaded Doctrine library.
41
* Pick the directory the library was uncompressed into.
42
*
43
+ * @deprecated Use Composer's autoloader instead.
44
+ *
45
* @param string $directory
46
47
* @return void
0 commit comments