Skip to content

Commit 57aaeb3

Browse files
committed
minor #15394 Use BaseKernel class alias (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- Use BaseKernel class alias This PR fixes a namespace conflict. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- b295eeb Use BaseKernel class alias
2 parents 1356f60 + b295eeb commit 57aaeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/override_dir_structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ method::
8080
// src/Kernel.php
8181

8282
// ...
83-
class Kernel extends Kernel
83+
class Kernel extends BaseKernel
8484
{
8585
// ...
8686

0 commit comments

Comments
 (0)