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 9358703

Browse filesBrowse files
committed
Merge branch '3.2' into 3.3
* 3.2: Fixing build Fixing build
2 parents c831050 + c5dcca2 commit 9358703
Copy full SHA for 9358703

File tree

4 files changed

+14
-14
lines changed
Filter options

4 files changed

+14
-14
lines changed

‎changelog.rst

Copy file name to clipboardExpand all lines: changelog.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ Minor Documentation Changes
947947
* `#5911 <https://github.com/symfony/symfony-docs/pull/5911>`_ Wrap all strings containing @ in quotes in Yaml (WouterJ)
948948
* `#5889 <https://github.com/symfony/symfony-docs/pull/5889>`_ Always use "main" as the default firewall name (to match Symfony Standard Edition) (javiereguiluz)
949949
* `#5888 <https://github.com/symfony/symfony-docs/pull/5888>`_ Removed the use of ContainerAware class (javiereguiluz)
950-
* `#5625 <https://github.com/symfony/symfony-docs/pull/5625>`_ Tell about SYMFONY__TEMPLATING__HELPER__CODE__FILE_LINK_FORMAT (nicolas-grekas)
950+
* `#5625 <https://github.com/symfony/symfony-docs/pull/5625>`_ Tell about ``SYMFONY__TEMPLATING__HELPER__CODE__FILE_LINK_FORMAT`` (nicolas-grekas)
951951
* `#5896 <https://github.com/symfony/symfony-docs/pull/5896>`_ [Book][Templating] Update absolute URL asset to match 2.7 (lemoinem)
952952
* `#5828 <https://github.com/symfony/symfony-docs/pull/5828>`_ move the getEntityManager, only get it if needed (OskarStark)
953953
* `#5900 <https://github.com/symfony/symfony-docs/pull/5900>`_ Added new security advisories to the docs (fabpot)

‎components/class_loader.rst

Copy file name to clipboardExpand all lines: components/class_loader.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ Learn More
5858
:maxdepth: 1
5959

6060
class_loader/class_loader
61-
class_loader/class_map_generator.rst
62-
class_loader/debug_class_loader.rst
63-
class_loader/map_class_loader.rst
64-
class_loader/psr4_class_loader.rst
61+
class_loader/class_map_generator
62+
class_loader/debug_class_loader
63+
class_loader/map_class_loader
64+
class_loader/psr4_class_loader
6565

6666
.. toctree::
6767
:hidden:

‎components/var_dumper.rst

Copy file name to clipboardExpand all lines: components/var_dumper.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ option. Read more about this and other options in
112112

113113
If the dumped contents are complex, consider using the local search box to
114114
look for specific variables or values. First, click anywhere on the dumped
115-
contents and then press :kbd:`Ctrl. + F` or :kbd:`Cmd. + F` to make the local
115+
contents and then press ``Ctrl. + F`` or ``Cmd. + F`` to make the local
116116
search box appear. All the common shortcuts to navigate the search results
117-
are supported (:kbd:`Ctrl. + G` or :kbd:`Cmd. + G`, :kbd:`F3`, etc.) When
118-
finished, press :kbd:`Esc.` to hide the box again.
117+
are supported (``Ctrl. + G`` or ``Cmd. + G``, ``F3``, etc.) When
118+
finished, press ``Esc.`` to hide the box again.
119119

120120
Using the VarDumper Component in your PHPUnit Test Suite
121121
--------------------------------------------------------

‎getting_started/index.rst

Copy file name to clipboardExpand all lines: getting_started/index.rst
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Getting Started
44
.. toctree::
55
:maxdepth: 1
66

7-
../setup
8-
../page_creation
9-
../routing
10-
../controller
11-
../templating
12-
../configuration
7+
/setup
8+
/page_creation
9+
/routing
10+
/controller
11+
/templating
12+
/configuration

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.