We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bd764 commit 99c0737Copy full SHA for 99c0737
README.md
@@ -11,7 +11,7 @@ Design Principles
11
12
* contracts are split by domain, each into their own sub-namespaces;
13
* contracts are small and consistent sets of PHP interfaces, traits, normative
14
- docblocks and reference test suites when applicable, etc.;
+ docblocks and reference test suites when applicable, ...;
15
* all contracts must have a proven implementation to enter this repository;
16
* they must be backward compatible with existing Symfony components.
17
0 commit comments