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 c7e426e

Browse filesBrowse files
flip111javiereguiluz
authored andcommitted
Update http_kernel_httpkernelinterface.rst
Add fourth argument to Framework class
1 parent 5cb0c1e commit c7e426e
Copy full SHA for c7e426e

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.