@@ -448,10 +448,10 @@ discard block |
||
448 | 448 | * Purge database. |
449 | 449 | * |
450 | 450 | * @param ObjectManager $om |
451 | - * @param string $type |
|
452 | 451 | * @param array $metadatas |
453 | 452 | * @param string $executorClass |
454 | 453 | * @param ProxyReferenceRepository $referenceRepository |
454 | + * @param string $name |
|
455 | 455 | */ |
456 | 456 | private function createSqliteSchema(ObjectManager $om, $name, |
457 | 457 | $metadatas, $executorClass, |
@@ -715,7 +715,7 @@ discard block |
||
715 | 715 | * to follow the naming format used in $_SERVER. |
716 | 716 | * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With' |
717 | 717 | * |
718 | - * @param bool|array $authentication |
|
718 | + * @param boolean $authentication |
|
719 | 719 | * @param array|bool $params |
720 | 720 | * |
721 | 721 | * @return Client |