File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 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
28022802several methods. In that case, all of them will be called in that order to load
28032803the metadata.
28042804
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-
28132805.. _reference-validation-email_validation_mode :
28142806
28152807email_validation_mode
@@ -3007,11 +2999,15 @@ php_errors
30072999log
30083000...
30093001
3010- **type **: ``boolean `` | ``int `` **default **: ``true ``
3002+ **type **: ``boolean `` | ``int `` | `` array<int, string> `` **default **: ``true ``
30113003
30123004Use 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.
30153011
30163012This option also accepts a map of PHP errors to log levels:
30173013
You can’t perform that action at this time.
0 commit comments