|
|
923c30938d
|
Fix optional parameter declared before required parameter implicitly (#20139)
|
2024-03-26 19:31:20 +03:00 |
|
|
|
a292af13bf
|
[PHP 8.4] Fixes for implicit nullability deprecation (#20133)
Fixes all issues that emit deprecation notices on PHP 8.4 for implicit nullable parameter type declarations.
Related to #20128.
See:
- [RFC](https://wiki.php.net/rfc/deprecate-implicitly-nullable-types)
- [PHP 8.4: Implicitly nullable parameter declarations deprecated](https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated)
Co-authored-by: Wilmer Arambula <terabytesoftw@gmail.com>
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
|
2024-03-26 11:27:58 +03:00 |
|
|
|
161526cd41
|
HTTPS everywhere (#19503)
|
2022-08-03 12:32:18 +03:00 |
|
|
|
d610853fdf
|
Fix #18450: Allow empty string to be passed as a nullable typed argument to a controller's action
|
2021-03-02 14:24:17 +03:00 |
|
|
|
4b6d3c0290
|
Fix #17929: Actions can now have bool typed params bound
|
2020-03-24 18:44:43 +03:00 |
|
|
|
40797c1139
|
Fix #17701: Throw BadRequetHttpException when request params can’t be bound to bool, int, and float controller action arguments
|
2019-12-03 12:40:56 +03:00 |
|