Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aaebeda

Browse files
minor #39779 Contracts: Remove ellipsis (alexislefebvre)
This PR was merged into the 4.4 branch. Discussion ---------- Contracts: Remove ellipsis | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR I don't understand what the ellipsis is implying. I think it's better to remove it, it makes the contract clearer. Commits ------- aa7f835 Contracts: Remove ellipsis
2 parents 7aad824 + aa7f835 commit aaebeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Contracts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Design Principles
1111

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

0 commit comments

Comments
 (0)