@@ -56,7 +56,7 @@ |
||
56 | 56 | * |
57 | 57 | * @throws MappingException |
58 | 58 | * |
59 | - * @return string[] The names of all mapped classes known to this driver. |
|
59 | + * @return integer[] The names of all mapped classes known to this driver. |
|
60 | 60 | */ |
61 | 61 | public function getAllClassNames() |
62 | 62 | { |
@@ -41,7 +41,7 @@ |
||
41 | 41 | /** |
42 | 42 | * @param ClassMetadata $metadata |
43 | 43 | * @param string $field |
44 | - * @param string|int $usage |
|
44 | + * @param string $usage |
|
45 | 45 | * @param string|null $region |
46 | 46 | */ |
47 | 47 | public function __construct(ClassMetadata $metadata, $field, $usage = 'READ_ONLY', $region = null) |