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