From aa7f83576cb0d2f3933fe615c3a9df763e7b8bb4 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Sun, 10 Jan 2021 20:12:53 +0100 Subject: [PATCH] Contracts: Remove ellipsis --- src/Symfony/Contracts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Contracts/README.md b/src/Symfony/Contracts/README.md index 480c2a90e7..5beb497d7e 100644 --- a/src/Symfony/Contracts/README.md +++ b/src/Symfony/Contracts/README.md @@ -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.