Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f52e8e6

Browse filesBrowse files
committed
minor #9417 Update http_kernel_httpkernelinterface.rst (flip111)
This PR was submitted for the 4.0 branch but it was merged into the 3.4 branch instead (closes #9417). Discussion ---------- Update http_kernel_httpkernelinterface.rst Add fourth argument to Framework class #9369 Commits ------- c7e426e Update http_kernel_httpkernelinterface.rst
2 parents 5cb0c1e + c7e426e commit f52e8e6
Copy full SHA for f52e8e6

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎create_framework/http_kernel_httpkernelinterface.rst

Copy file name to clipboardExpand all lines: create_framework/http_kernel_httpkernelinterface.rst
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ PHP; it implements ``HttpKernelInterface`` and wraps another
5454
``HttpKernelInterface`` instance::
5555

5656
// example.com/web/front.php
57-
$framework = new Simplex\Framework($dispatcher, $matcher, $resolver);
57+
58+
// ..
59+
60+
$framework = new Simplex\Framework($dispatcher, $matcher, $controllerResolver, $argumentResolver);
5861
$framework = new HttpKernel\HttpCache\HttpCache(
5962
$framework,
6063
new HttpKernel\HttpCache\Store(__DIR__.'/../cache')

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.