Changes between Initial Version and Version 1 of Ticket #55052, comment 11
- Timestamp:
- 02/07/2022 07:09:59 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55052, comment 11
initial v1 2 2 3 3 Some thoughts: 4 - The limit could be included in a minor release as a maintenance fix given the reason for the ticket, but I'm not sure if a filter should be introduced in a minor release or if `20` should added as a limit in 5.9.1 and the filter added in 6.0. One consideration that may make this suitable for a minor release is that `20` may not be the preferred limit for some. 4 - The limit could be included in a minor release as a maintenance fix given the reason for the ticket, but I'm not sure if a filter should be introduced in a minor release or if `20` should added as a limit in 5.9.1 and the filter added in 6.0. One consideration that may make this suitable for a minor release is that `20` may not be the preferred limit for some. That's for the Release Lead / Committer to decide though. 5 5 - The filter should have a docblock. See the other filters in the file for examples. 6 6 - The filter may benefit from being applied on a line above the array given the line length now. (i.e. `$number = apply_filters(...`)