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 44f0281 commit 6fcf83aCopy full SHA for 6fcf83a
Doctrine/ClassnameResolver.php
@@ -10,12 +10,12 @@ class ClassnameResolver
10
{
11
12
/**
13
- * @var array
+ * @var OrmConfiguration[]
14
*/
15
private $ormConfiguration = array();
16
17
18
+ * @var OdmConfiguration[]
19
20
private $odmConfiguration = array();
21
Doctrine/Mapper/Mapping/CommandFactory.php
@@ -5,7 +5,7 @@ class CommandFactory
5
6
7
8
+ * @var AbstractDocumentCommand[]
9
private $commands = array();
0 commit comments