2022-12-19 |
Allow the 'P1D' notation for DateInterval cache ttl. |
2022-12-19 |
use new str_ methods |
2022-12-19 |
Use null coalescing assignment. |
2022-12-19 |
Use ::class instead of get_class(). |
2022-12-19 |
Add missing type declarations. |
2022-12-19 |
Fix errors reported by phpstan. |
2022-12-19 |
unify exception string building |
2022-12-19 |
Merge branch '4.next' into 5.x |
2022-12-19 |
Fix up assoc docblocks. (#16689)
Fix up assoc docblocks.
Co-authored-by: ADmad |
2022-12-19 |
Update docblocks. |
2022-12-19 |
Merge branch '4.next' into 5.x |
2022-12-19 |
Use assert() for asserting valid class types.
This allows the assertion code to be totally skipped in production
using the zend.assertions ini config. |
2022-12-19 |
Merge branch '4.next' into 5.x |
2022-12-19 |
Allow special symbols in cache key using FileEngine |
2022-12-19 |
Replace RuntimeException with CakeException, DatabaseException or InvalidArgumentException |
2022-12-19 |
Update PHP version constraint in split packages. |
2022-12-19 |
Add intersection types. (#16587)
* Add intersection types.
Also use short nullable type.
* Ignore psalm failure.
It currently doesn't support intersection types. |
2022-12-19 |
Use class-string directly in annotations |
2022-12-19 |
Fix CS error |
2022-10-30 |
Update psalm |