File tree 1 file changed +7
-11
lines changed 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -2802,14 +2802,6 @@ metadata of the class. You can define an array of strings with the names of
2802
2802
several methods. In that case, all of them will be called in that order to load
2803
2803
the metadata.
2804
2804
2805
- .. _reference-validation-password-strength :
2806
-
2807
- password_strength
2808
- .................
2809
-
2810
- The :doc: `PasswordStrength </reference/constraints/PasswordStrength >`
2811
- constraint verifies the submitted string entropy is matching the minimum entropy score.
2812
-
2813
2805
.. _reference-validation-email_validation_mode :
2814
2806
2815
2807
email_validation_mode
@@ -3007,11 +2999,15 @@ php_errors
3007
2999
log
3008
3000
...
3009
3001
3010
- **type **: ``boolean `` | ``int `` **default **: ``true ``
3002
+ **type **: ``boolean `` | ``int `` | `` array<int, string> `` **default **: ``true ``
3011
3003
3012
3004
Use the application logger instead of the PHP logger for logging PHP errors.
3013
- When an integer value is used, it also sets the log level. Those integer
3014
- values must be the same used in the `error_reporting PHP option `_.
3005
+ When an integer value is used, it defines a bitmask of PHP errors that will
3006
+ be logged. Those integer values must be the same used in the
3007
+ `error_reporting PHP option `_. The default log levels will be used for each
3008
+ PHP error.
3009
+ When a boolean value is used, ``true `` enables logging for all PHP errors
3010
+ while ``false `` disables logging entirely.
3015
3011
3016
3012
This option also accepts a map of PHP errors to log levels:
3017
3013
You can’t perform that action at this time.
0 commit comments