Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit79322ff

Browse files
committed
minorsymfony#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-namesCommits-------703eb88 Fixed list
2 parents33b64e1 +703eb88 commit79322ff

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

‎contributing/code/conventions.rst

Lines changed: 12 additions & 12 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp