-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Labels
RegressionIndicates a feature used to work in a certain way but it no longer does even though it should.Indicates a feature used to work in a certain way but it no longer does even though it should.
Milestone
Description
reported in https://forum.matomo.org/t/warning-messages-ucwords-expects-exactly-1-parameter-after-update-to-3-11-0/33611
introduced in #14449
Line 868 in e236d14
$camelName = ucwords($name, '-'); |
It seems like the second parameter has only been introduced in PHP 5.5.16, but Matomo supports (I think 5.5.9+)
https://3v4l.org/Uf3Ya
https://stackoverflow.com/questions/42575390/is-ucwords-delimiter-parameter-supported-in-php-5-6
Metadata
Metadata
Assignees
Labels
RegressionIndicates a feature used to work in a certain way but it no longer does even though it should.Indicates a feature used to work in a certain way but it no longer does even though it should.