Commit ed1b002
committed
minor #47641 [Validator] Rename Uuid::V7_SORTABLE to Uuid::V7_MONOTONIC (nicolas-grekas)
This PR was merged into the 6.2 branch.
Discussion
----------
[Validator] Rename Uuid::V7_SORTABLE to Uuid::V7_MONOTONIC
| Q | A
| ------------- | ---
| Branch? | 6.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
Renaming a not-yet released const. Might be more specific/clear.
Commits
-------
f7f2465 [Validator] Rename Uuid::V7_SORTABLE to Uuid::V7_MONOTONICFile tree
2 files changed
+3
-3
lines changed- src/Symfony/Component/Validator
- Constraints
- Tests/Constraints
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments