Contracts: Remove ellipsis

This commit is contained in:
Alexis Lefebvre 2021-01-10 20:12:53 +01:00 committed by GitHub
parent a29aff0370
commit aa7f83576c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ Design Principles
* contracts are split by domain, each into their own sub-namespaces;
* contracts are small and consistent sets of PHP interfaces, traits, normative
docblocks and reference test suites when applicable, ...;
docblocks and reference test suites when applicable;
* all contracts must have a proven implementation to enter this repository;
* they must be backward compatible with existing Symfony components.