@@ -44,7 +44,7 @@ |
||
| 44 | 44 | /** |
| 45 | 45 | * @param string $className |
| 46 | 46 | * |
| 47 | - * @return ClassHierarchyMetadata|MergeableClassMetadata|null |
|
| 47 | + * @return ClassMetadata|null |
|
| 48 | 48 | */ |
| 49 | 49 | public function getMetadataForClass(string $className) |
| 50 | 50 | { |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | { |
| 26 | 26 | $this->driver = $driver; |
| 27 | 27 | $this->hierarchyMetadataClass = $hierarchyMetadataClass; |
| 28 | - $this->debug =$debug; |
|
| 28 | + $this->debug = $debug; |
|
| 29 | 29 | } |
| 30 | 30 | |
| 31 | 31 | /** |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | if (!$driver instanceof AdvancedDriverInterface) { |
| 40 | 40 | throw new \RuntimeException( |
| 41 | 41 | sprintf( |
| 42 | - 'Driver "%s" must be an instance of "AdvancedDriverInterface" to use ' . |
|
| 42 | + 'Driver "%s" must be an instance of "AdvancedDriverInterface" to use '. |
|
| 43 | 43 | '"DriverChain::getAllClassNames()".', |
| 44 | 44 | get_class($driver) |
| 45 | 45 | ) |