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 57aaeb3

Browse filesBrowse 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
Copy full SHA for 57aaeb3

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎configuration/override_dir_structure.rst

Copy file name to clipboardExpand all lines: configuration/override_dir_structure.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.