| @@ -25,7 +25,7 @@ discard block | ||
| 25 | 25 | /** | 
| 26 | 26 | * Initializes a new FluentDriver that will load given Mapping classes / objects. | 
| 27 | 27 | * | 
| 28 | - * @param string[]|Mapping[] $mappings | |
| 28 | + * @param string[] $mappings | |
| 29 | 29 | */ | 
| 30 | 30 | public function __construct(array $mappings = []) | 
| 31 | 31 |      { | 
| @@ -55,7 +55,7 @@ discard block | ||
| 55 | 55 | * | 
| 56 | 56 | * @throws MappingException | 
| 57 | 57 | * | 
| 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 |      { |