Skip to content

Commit 2c8fdef

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Updated some console commands Improved some deprecation message
2 parents 8cd49fa + 4c40000 commit 2c8fdef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_build/_themes/_exts/symfonycom/sphinx/lexer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class TerminalLexer(RegexLexer):
1010
tokens = {
1111
'root': [
1212
('^\$', Generic.Prompt, 'bash-prompt'),
13-
('^C:\\[^\n>]+>', Generic.Prompt, 'dos-prompt'),
13+
('^>', Generic.Prompt, 'dos-prompt'),
1414
('^#.+$', Comment.Single),
1515
('^.+$', Generic.Output),
1616
],

bundles/inheritance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
How to Use Bundle Inheritance to Override Parts of a Bundle
55
===========================================================
66

7-
.. caution::
7+
.. deprecated:: 3.4
88

99
Bundle inheritance was removed in Symfony 4.0, but you can
1010
:doc:`override any part of a bundle </bundles/override>` without

0 commit comments

Comments
 (0)