Skip to content

Commit 6fcf83a

Browse files
author
Florian Semm
committed
add PHPDoc
1 parent 44f0281 commit 6fcf83a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doctrine/ClassnameResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ class ClassnameResolver
1010
{
1111

1212
/**
13-
* @var array
13+
* @var OrmConfiguration[]
1414
*/
1515
private $ormConfiguration = array();
1616

1717
/**
18-
* @var array
18+
* @var OdmConfiguration[]
1919
*/
2020
private $odmConfiguration = array();
2121

Doctrine/Mapper/Mapping/CommandFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class CommandFactory
55
{
66

77
/**
8-
* @var array
8+
* @var AbstractDocumentCommand[]
99
*/
1010
private $commands = array();
1111

0 commit comments

Comments
 (0)