File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1105,7 +1105,7 @@ authorization from inside a controller::
11051105 The ``createAccessDeniedException `` method was introduced in Symfony 2.5.
11061106
11071107The :method: `Symfony\\ Bundle\\ FrameworkBundle\\ Controller\\ Controller::createAccessDeniedException `
1108- method creates a special :class: `Symfony\\ Component\\ Security\\ Core\E xception\\ AccessDeniedException `
1108+ method creates a special :class: `Symfony\\ Component\\ Security\\ Core\\ Exception\\ AccessDeniedException `
11091109object, which ultimately triggers a 403 HTTP response inside Symfony.
11101110
11111111Thanks to the SensioFrameworkExtraBundle, you can also secure your controller using annotations::
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ first need to configure the ``Psr4ClassLoader``:
5959
6060 First of all, the class loader is loaded manually using a ``require ``
6161statement, since there is no autoload mechanism yet. With the
62- :method: `Symfony\C omponent\C lassLoader\P sr4ClassLoader::addPrefix ` call, you
62+ :method: `Symfony\\ Component\\ ClassLoader\ \ Psr4ClassLoader::addPrefix ` call, you
6363tell the class loader where to look for classes with the
6464``Symfony\Component\Yaml\ `` namespace prefix. After registering the autoloader,
6565the Yaml component is ready to be used.
You can’t perform that action at this time.
0 commit comments