bug #40846 Fix typo (fabpot)

This PR was merged into the 5.3-dev branch.

Discussion
----------

Fix typo

| Q             | A
| ------------- | ---
| Branch?       | 5.x
| Bug fix?      | yes
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | n/a <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License       | MIT
| Doc PR        | n/a

Commits
-------

791313b6a7 Fix typo
This commit is contained in:
Nicolas Grekas 2021-04-17 19:13:30 +02:00
commit f3428928cf

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Symfony\Runtime\Symfony\Component\HttKernel;
namespace Symfony\Runtime\Symfony\Component\HttpKernel;
use Symfony\Component\Runtime\SymfonyRuntime;