Completed
Push — refactor-loadFixtures ( e34ff9...883a4d )
by Alexis
07:38
created
Test/WebTestCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -448,10 +448,10 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.