From 4e92e6ec2ed6b7810804a9489d8e902bec51f7ca Mon Sep 17 00:00:00 2001 From: Florent Mata Date: Sat, 10 Nov 2018 13:33:44 +0100 Subject: [PATCH] [FrameworkBundle] Application::bootstrapEnv() upgrade doc fix --- UPGRADE-4.2.md | 2 +- UPGRADE-5.0.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

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:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy