Skip to content

Commit 36337e7

Browse files
committed
minor #3906 Blockquote introductions (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- Blockquote introductions | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Most component descriptions start with a blockquote introducing the purpose of a particular component. This pull requests adds these introductions where they are missing. Commits ------- 6d7ef9c unify blockquote introduction for the components
2 parents 32b9058 + 6d7ef9c commit 36337e7

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

components/config/introduction.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@
55
The Config Component
66
====================
77

8-
Introduction
9-
------------
10-
11-
The Config component provides several classes to help you find, load, combine,
12-
autofill and validate configuration values of any kind, whatever their source
13-
may be (YAML, XML, INI files, or for instance a database).
8+
The Config component provides several classes to help you find, load,
9+
combine, autofill and validate configuration values of any kind, whatever
10+
their source may be (YAML, XML, INI files, or for instance a database).
1411

1512
.. caution::
1613

components/event_dispatcher/introduction.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
The EventDispatcher Component
66
=============================
77

8+
The EventDispatcher component provides tools that allow your application
9+
components to communicate with each other by dispatching events and listening
10+
to them.
11+
812
Introduction
913
------------
1014

components/security/introduction.rst

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@
44
The Security Component
55
======================
66

7-
Introduction
8-
------------
9-
10-
The Security component provides a complete security system for your web
11-
application. It ships with facilities for authenticating using HTTP basic
12-
or digest authentication, interactive form login or X.509 certificate login,
13-
but also allows you to implement your own authentication strategies.
14-
Furthermore, the component provides ways to authorize authenticated users
15-
based on their roles, and it contains an advanced ACL system.
7+
The Security component provides a complete security system for your web
8+
application. It ships with facilities for authenticating using HTTP basic
9+
or digest authentication, interactive form login or X.509 certificate
10+
login, but also allows you to implement your own authentication strategies.
11+
Furthermore, the component provides ways to authorize authenticated users
12+
based on their roles, and it contains an advanced ACL system.
1613

1714
Installation
1815
------------

components/stopwatch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The Stopwatch Component
66
=======================
77

8-
Stopwatch component provides a way to profile code.
8+
The Stopwatch component provides a way to profile code.
99

1010
.. versionadded:: 2.2
1111
The Stopwatch component was introduced in Symfony 2.2. Previously, the

0 commit comments

Comments
 (0)