Skip to content

Commit f52e8e6

Browse 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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

create_framework/http_kernel_httpkernelinterface.rst

Lines 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)