Skip to content

Commit 7c9892e

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Fix !php/const syntax in yaml
2 parents 446b986 + 76f2b7c commit 7c9892e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

reference/configuration/framework.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2972,21 +2972,21 @@ This option also accepts a map of PHP errors to log levels:
29722972
framework:
29732973
php_errors:
29742974
log:
2975-
'!php/const \E_DEPRECATED': !php/const Psr\Log\LogLevel::ERROR
2976-
'!php/const \E_USER_DEPRECATED': !php/const Psr\Log\LogLevel::ERROR
2977-
'!php/const \E_NOTICE': !php/const Psr\Log\LogLevel::ERROR
2978-
'!php/const \E_USER_NOTICE': !php/const Psr\Log\LogLevel::ERROR
2979-
'!php/const \E_STRICT': !php/const Psr\Log\LogLevel::ERROR
2980-
'!php/const \E_WARNING': !php/const Psr\Log\LogLevel::ERROR
2981-
'!php/const \E_USER_WARNING': !php/const Psr\Log\LogLevel::ERROR
2982-
'!php/const \E_COMPILE_WARNING': !php/const Psr\Log\LogLevel::ERROR
2983-
'!php/const \E_CORE_WARNING': !php/const Psr\Log\LogLevel::ERROR
2984-
'!php/const \E_USER_ERROR': !php/const Psr\Log\LogLevel::CRITICAL
2985-
'!php/const \E_RECOVERABLE_ERROR': !php/const Psr\Log\LogLevel::CRITICAL
2986-
'!php/const \E_COMPILE_ERROR': !php/const Psr\Log\LogLevel::CRITICAL
2987-
'!php/const \E_PARSE': !php/const Psr\Log\LogLevel::CRITICAL
2988-
'!php/const \E_ERROR': !php/const Psr\Log\LogLevel::CRITICAL
2989-
'!php/const \E_CORE_ERROR': !php/const Psr\Log\LogLevel::CRITICAL
2975+
!php/const \E_DEPRECATED: !php/const Psr\Log\LogLevel::ERROR
2976+
!php/const \E_USER_DEPRECATED: !php/const Psr\Log\LogLevel::ERROR
2977+
!php/const \E_NOTICE: !php/const Psr\Log\LogLevel::ERROR
2978+
!php/const \E_USER_NOTICE: !php/const Psr\Log\LogLevel::ERROR
2979+
!php/const \E_STRICT: !php/const Psr\Log\LogLevel::ERROR
2980+
!php/const \E_WARNING: !php/const Psr\Log\LogLevel::ERROR
2981+
!php/const \E_USER_WARNING: !php/const Psr\Log\LogLevel::ERROR
2982+
!php/const \E_COMPILE_WARNING: !php/const Psr\Log\LogLevel::ERROR
2983+
!php/const \E_CORE_WARNING: !php/const Psr\Log\LogLevel::ERROR
2984+
!php/const \E_USER_ERROR: !php/const Psr\Log\LogLevel::CRITICAL
2985+
!php/const \E_RECOVERABLE_ERROR: !php/const Psr\Log\LogLevel::CRITICAL
2986+
!php/const \E_COMPILE_ERROR: !php/const Psr\Log\LogLevel::CRITICAL
2987+
!php/const \E_PARSE: !php/const Psr\Log\LogLevel::CRITICAL
2988+
!php/const \E_ERROR: !php/const Psr\Log\LogLevel::CRITICAL
2989+
!php/const \E_CORE_ERROR: !php/const Psr\Log\LogLevel::CRITICAL
29902990
29912991
.. code-block:: xml
29922992

0 commit comments

Comments
 (0)