Selaa lähdekoodia

Minor - remove type hint

jmontoyaa 7 vuotta sitten
vanhempi
commit
bb83c7384c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      main/install/install.lib.php

+ 1 - 1
main/install/install.lib.php

@@ -2727,7 +2727,7 @@ function updateEnvFile($distFile, $envFile, $params)
  * @param string $installationProfile Installation profile, if any was provided
  */
 function finishInstallationWithContainer(
-    Container $container,
+    $container,
     $manager,
     $sysPath,
     $encryptPassForm,