Skip to content

Commit 9edba1c

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Fix !php/const syntax in yaml
2 parents 219daf1 + 7c9892e commit 9edba1c

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
@@ -2934,21 +2934,21 @@ This option also accepts a map of PHP errors to log levels:
29342934
framework:
29352935
php_errors:
29362936
log:
2937-
'!php/const \E_DEPRECATED': !php/const Psr\Log\LogLevel::ERROR
2938-
'!php/const \E_USER_DEPRECATED': !php/const Psr\Log\LogLevel::ERROR
2939-
'!php/const \E_NOTICE': !php/const Psr\Log\LogLevel::ERROR
2940-
'!php/const \E_USER_NOTICE': !php/const Psr\Log\LogLevel::ERROR
2941-
'!php/const \E_STRICT': !php/const Psr\Log\LogLevel::ERROR
2942-
'!php/const \E_WARNING': !php/const Psr\Log\LogLevel::ERROR
2943-
'!php/const \E_USER_WARNING': !php/const Psr\Log\LogLevel::ERROR
2944-
'!php/const \E_COMPILE_WARNING': !php/const Psr\Log\LogLevel::ERROR
2945-
'!php/const \E_CORE_WARNING': !php/const Psr\Log\LogLevel::ERROR
2946-
'!php/const \E_USER_ERROR': !php/const Psr\Log\LogLevel::CRITICAL
2947-
'!php/const \E_RECOVERABLE_ERROR': !php/const Psr\Log\LogLevel::CRITICAL
2948-
'!php/const \E_COMPILE_ERROR': !php/const Psr\Log\LogLevel::CRITICAL
2949-
'!php/const \E_PARSE': !php/const Psr\Log\LogLevel::CRITICAL
2950-
'!php/const \E_ERROR': !php/const Psr\Log\LogLevel::CRITICAL
2951-
'!php/const \E_CORE_ERROR': !php/const Psr\Log\LogLevel::CRITICAL
2937+
!php/const \E_DEPRECATED: !php/const Psr\Log\LogLevel::ERROR
2938+
!php/const \E_USER_DEPRECATED: !php/const Psr\Log\LogLevel::ERROR
2939+
!php/const \E_NOTICE: !php/const Psr\Log\LogLevel::ERROR
2940+
!php/const \E_USER_NOTICE: !php/const Psr\Log\LogLevel::ERROR
2941+
!php/const \E_STRICT: !php/const Psr\Log\LogLevel::ERROR
2942+
!php/const \E_WARNING: !php/const Psr\Log\LogLevel::ERROR
2943+
!php/const \E_USER_WARNING: !php/const Psr\Log\LogLevel::ERROR
2944+
!php/const \E_COMPILE_WARNING: !php/const Psr\Log\LogLevel::ERROR
2945+
!php/const \E_CORE_WARNING: !php/const Psr\Log\LogLevel::ERROR
2946+
!php/const \E_USER_ERROR: !php/const Psr\Log\LogLevel::CRITICAL
2947+
!php/const \E_RECOVERABLE_ERROR: !php/const Psr\Log\LogLevel::CRITICAL
2948+
!php/const \E_COMPILE_ERROR: !php/const Psr\Log\LogLevel::CRITICAL
2949+
!php/const \E_PARSE: !php/const Psr\Log\LogLevel::CRITICAL
2950+
!php/const \E_ERROR: !php/const Psr\Log\LogLevel::CRITICAL
2951+
!php/const \E_CORE_ERROR: !php/const Psr\Log\LogLevel::CRITICAL
29522952
29532953
.. code-block:: xml
29542954

0 commit comments

Comments
 (0)