2022-12-19 |
Use class-string directly in annotations |
2022-12-19 |
Fix adding mock service to container if not found (#16703)
Fix mocking services that are provided by runtime containers
like `ReflectionContainer()`. |
2022-12-19 |
update src folder links |
2022-12-19 |
Fix errors reported by phpstan. |
2022-12-19 |
unify exception string building |
2022-12-19 |
Disable zend.assertions warning for cli |
2022-12-19 |
Merge branch '4.next' into 5.x |
2022-12-19 |
Bump psalm to v5 for intersection types support. |
2022-12-19 |
Merge branch '4.x' into 4.next |
2022-12-19 |
Fix adding mock service to container if not found (#16703)
Fix mocking services that are provided by runtime containers
like `ReflectionContainer()`.
Fixes #16700 |
2022-12-19 |
Merge branch '4.next' into 5.x |
2022-12-19 |
Update PHP version constraint in split packages. |
2022-12-19 |
Fix up spelling. |
2022-12-19 |
Fix up assoc docblocks. (#16689)
Fix up assoc docblocks.
Co-authored-by: ADmad |
2022-12-19 |
use new str_ methods |
2022-12-19 |
Add check for zend.assertions in debug mode. |
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 |
Replace RuntimeException with CakeException, DatabaseException or InvalidArgumentException |
2022-12-19 |
5.x - expand default value type on env()
To match with the output type as changed in #16591 |
2022-12-19 |
5.x widen types from env() (#16591)
The `REQUEST_TIME` env var that debugkit relies on (and likely userland
code) is of type int. I'm adding float as well to mitigate future issues
being reported. |
2022-10-30 |
Update psalm |