Skip to content

Commit 79322ff

Browse files
committed
minor #3799 Fix list to not render in a block quote (WouterJ)
This PR was merged into the 2.3 branch. Discussion ---------- Fix list to not render in a block quote | Q | A | --- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | - http://symfony.com/doc/current/contributing/code/conventions.html#method-names Commits ------- 703eb88 Fixed list
2 parents 33b64e1 + 703eb88 commit 79322ff

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

contributing/code/conventions.rst

+12-12
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ Method Names
1313
When an object has a "main" many relation with related "things"
1414
(objects, parameters, ...), the method names are normalized:
1515

16-
* ``get()``
17-
* ``set()``
18-
* ``has()``
19-
* ``all()``
20-
* ``replace()``
21-
* ``remove()``
22-
* ``clear()``
23-
* ``isEmpty()``
24-
* ``add()``
25-
* ``register()``
26-
* ``count()``
27-
* ``keys()``
16+
* ``get()``
17+
* ``set()``
18+
* ``has()``
19+
* ``all()``
20+
* ``replace()``
21+
* ``remove()``
22+
* ``clear()``
23+
* ``isEmpty()``
24+
* ``add()``
25+
* ``register()``
26+
* ``count()``
27+
* ``keys()``
2828

2929
The usage of these methods are only allowed when it is clear that there
3030
is a main relation:

0 commit comments

Comments
 (0)