Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b82e56 commit 4e92e6eCopy full SHA for 4e92e6e
UPGRADE-4.2.md
@@ -192,7 +192,7 @@ FrameworkBundle
192
193
After:
194
```php
195
- Application::bootstrapEnv($_SERVER['argv'];
+ Application::bootstrapEnv($_SERVER['argv']);
196
$kernel = new Kernel($_SERVER['APP_ENV'], $_SERVER['APP_DEBUG']);
197
$application = new Application($kernel);
198
$application->run();
UPGRADE-5.0.md
@@ -181,7 +181,7 @@ FrameworkBundle
181
182
183
184
185
186
187
0 commit comments