@@ -412,7 +412,7 @@ discard block |
||
412 | 412 | * Prepare the SQLite database. |
413 | 413 | * |
414 | 414 | * @param ObjectManager $om |
415 | - * @param array $metadatas |
|
415 | + * @param string|null $metadatas |
|
416 | 416 | * @param array $classNames |
417 | 417 | * @param string $executorClass |
418 | 418 | * @param ProxyReferenceRepository $referenceRepository |
@@ -745,7 +745,7 @@ discard block |
||
745 | 745 | * to follow the naming format used in $_SERVER. |
746 | 746 | * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With' |
747 | 747 | * |
748 | - * @param bool|array $authentication |
|
748 | + * @param boolean $authentication |
|
749 | 749 | * @param array $params |
750 | 750 | * |
751 | 751 | * @return Client |