8000 [#922] Making the Abstract coding standard less strong, since it's of… · lmcd/symfony-docs@a4ca0f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4ca0f8

Browse files
committed
[symfony#922] Making the Abstract coding standard less strong, since it's often a good idea, but definitely not always followed in core
1 parent f39b4c4 commit a4ca0f8

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
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Naming Conventions
108108

109109
* Use namespaces for all classes;
110110

111-
* Prefix abstract classes with `Abstract`;
111+
* Abstract classes are often prefixed with `Abstract`;
112112

113113
* Suffix interfaces with `Interface`;
114114

0 commit comments

Comments
 (0)
0