@@ -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 | { |
@@ -46,7 +46,7 @@ |
||
| 46 | 46 | */ |
| 47 | 47 | public function __construct(array $mappings = [], array $paths = []) |
| 48 | 48 | { |
| 49 | - $this->fluentFactory = function (ClassMetadata $metadata) { |
|
| 49 | + $this->fluentFactory = function(ClassMetadata $metadata) { |
|
| 50 | 50 | return new Builder(new ClassMetadataBuilder($metadata)); |
| 51 | 51 | }; |
| 52 | 52 | |