diff --git a/UPGRADE-4.2.md b/UPGRADE-4.2.md index 7dcec3f52fec8..3a986df21605d 100644 --- a/UPGRADE-4.2.md +++ b/UPGRADE-4.2.md @@ -192,7 +192,7 @@ FrameworkBundle After: ```php - Application::bootstrapEnv($_SERVER['argv']; + Application::bootstrapEnv($_SERVER['argv']); $kernel = new Kernel($_SERVER['APP_ENV'], $_SERVER['APP_DEBUG']); $application = new Application($kernel); $application->run(); diff --git a/UPGRADE-5.0.md b/UPGRADE-5.0.md index 00110a716dce3..9c6ca05764057 100644 --- a/UPGRADE-5.0.md +++ b/UPGRADE-5.0.md @@ -181,7 +181,7 @@ FrameworkBundle After: ```php - Application::bootstrapEnv($_SERVER['argv']; + Application::bootstrapEnv($_SERVER['argv']); $kernel = new Kernel($_SERVER['APP_ENV'], $_SERVER['APP_DEBUG']); $application = new Application($kernel); $application->run();
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: