DragonByte Tech
Well-known member
- Affected version
- 2.0.10
If a developer uses custom content types as well as the change log system, we may wish to fetch change logs by multiple content types. While this works, phpStorm will throw a warning because the function is type hinted to only accept strings.
I realise the function itself also indicates it's meant to be a single content type, but in the interest of not breaking BC you probably don't want to rename the function.
No actual functionality / code needs to change since the Finder system already accepts an array here.
Fillip
I realise the function itself also indicates it's meant to be a single content type, but in the interest of not breaking BC you probably don't want to rename the function.
No actual functionality / code needs to change since the Finder system already accepts an array here.
Fillip