8000 minor #7957 Minor reword of code contribution standards (javiereguiluz) · symfony/symfony-docs@f5fb157 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5fb157

Browse files
committed
minor #7957 Minor reword of code contribution standards (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Minor reword of code contribution standards This fixes #7956. Commits ------- 1426a10 Minor reword of code contribution standards
2 parents fc57a9f + 1426a10 commit f5fb157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/standards.rst

Lines changed: 1 addition & 1 deletion
< 5023 td data-grid-cell-id="diff-8f4fc44e98b921ae48a5c4992a1c8f50b06b5a0740e80de087987b5720201c95-189-188-2" data-line-anchor="diff-8f4fc44e98b921ae48a5c4992a1c8f50b06b5a0740e80de087987b5720201c95L189" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-deletionLine-bgColor, var(--diffBlob-deletion-bgColor-line));padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell left-side-diff-cell border-right left-side">-
* Use underscores for option names and parameter names;
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Naming Conventions
186186
* Use camelCase, not underscores, for variable, function and method
187187
names, arguments;
188188

189
189+
* Use underscores for configuration options and parameters;
190190

191191
* Use namespaces for all classes;
192192

0 commit comments

Comments
 (0)
0