@@ -55,7 +55,7 @@ |
||
55 | 55 | * Gets the names of all mapped classes known to this driver. |
56 | 56 | * |
57 | 57 | * @throws MappingException |
58 | - * @return string[] The names of all mapped classes known to this driver. |
|
58 | + * @return integer[] The names of all mapped classes known to this driver. |
|
59 | 59 | */ |
60 | 60 | public function getAllClassNames() |
61 | 61 | { |
@@ -134,7 +134,7 @@ |
||
134 | 134 | * @param string $usage |
135 | 135 | * @param string|null $region |
136 | 136 | * |
137 | - * @return AssociationBuilder |
|
137 | + * @return AbstractRelation |
|
138 | 138 | */ |
139 | 139 | public function cache($usage = 'READ_ONLY', $region = null) |
140 | 140 | { |
@@ -8,7 +8,7 @@ |
||
8 | 8 | trait Primary |
9 | 9 | { |
10 | 10 | /** |
11 | - * @return AssociationBuilder |
|
11 | + * @return Primary |
|
12 | 12 | */ |
13 | 13 | public function primary() |
14 | 14 | { |