2023-05-23 |
Fix usage of ROOT in deprecationWarning()
This should fix errors when cakephp packages are used outside of the
framework.
Fixes #17138 |
2023-05-23 |
Update src/Core/functions.php
Co-authored-by: Edgaras JanuĊĦauskas |
2023-04-08 |
Avoid unnecessary (re)assignments. |
2023-04-08 |
Merge branch '4.next' into 5.x |
2023-04-08 |
Use match(). |
2023-04-08 |
Throw exception when creating a plugin with empty name. |
2023-04-08 |
Merge branch '4.x' into 4.next |
2023-04-08 |
Distinguish between parameter and foreach array element value |
2023-04-08 |
Fix up issues detected by IDE (#16977)
Fix up issues detected by IDE |
2023-04-08 |
Numeric assoc keys can happen to be int. |
2023-04-08 |
Consolidate code fencing in exception messages. (#16956)
Consolidate code fencing in exception messages. |
2023-04-08 |
Fix up TypeError cases found by PHPStan level 8 |
2023-04-08 |
Fix up TypeError cases found by PHPStan level 7/8 |
2023-04-08 |
Fix up TypeError cases found by PHPStan level 7/8 |
2023-04-08 |
Throw meaningful exception instead. |
2023-04-08 |
Fix up TypeError cases found by PHPStan level 7/8 |
2023-04-08 |
Merge branch '4.next' into 5.x |
2023-04-08 |
add use phpdoc to EventDispatcherTrait usages |
2023-04-08 |
Fix more phpstan errors. |
2023-04-08 |
Add runtime deprecations for class aliases
We added many class rename deprecations during 4.x but didn't include
runtime deprecations for them. Adding runtime deprecations in 4.5 will
encourage developers to update their code before the breaking change in
5.0
Refs cakephp/docs#7561 |
2023-03-24 |
Adding provide PSR15 RequestHandlerInterface to core |
2023-03-24 |
Removing provides |
2023-03-24 |
Update "provide" config of various packages. |