2024-12-13 |
Allow input param to be a normal array list instead of strict phpstan one. |
2024-12-13 |
CS: Trailing comma on function calls (#18032)
* CS: Trailing comma on function calls
* Fix CS.
* Fix CS.
* Remove debug call
---------
Co-authored-by: Mark Story |
2024-12-13 |
Fix typos and small cleanup. |
2024-12-13 |
Fix some more typos. |
2024-11-10 |
Fix object naming issue in ObjectRegistry.
For plugin prefixed names when `$name` is same as `$config['className']`
the object name deduced should be without the plugin prefix.
Refs #17620 |
2024-11-10 |
Minor optimization |
2024-10-04 |
wrap core functions in function_exists |
2024-10-04 |
Add EventAwareApplicationInterface |
2024-10-04 |
Allow accessing to*() functions without namespace.
Closes #17928 |