Skip to content

Commit 76f2b7c

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: Fix !php/const syntax in yaml
2 parents da759ef + 87f58a9 commit 76f2b7c

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
@@ -2948,21 +2948,21 @@ This option also accepts a map of PHP errors to log levels:
29482948
framework:
29492949
php_errors:
29502950
log:
2951-
'!php/const \E_DEPRECATED': !php/const Psr\Log\LogLevel::ERROR
2952-
'!php/const \E_USER_DEPRECATED': !php/const Psr\Log\LogLevel::ERROR
2953-
'!php/const \E_NOTICE': !php/const Psr\Log\LogLevel::ERROR
2954-
'!php/const \E_USER_NOTICE': !php/const Psr\Log\LogLevel::ERROR
2955-
'!php/const \E_STRICT': !php/const Psr\Log\LogLevel::ERROR
2956-
'!php/const \E_WARNING': !php/const Psr\Log\LogLevel::ERROR
2957-
'!php/const \E_USER_WARNING': !php/const Psr\Log\LogLevel::ERROR
2958-
'!php/const \E_COMPILE_WARNING': !php/const Psr\Log\LogLevel::ERROR
2959-
'!php/const \E_CORE_WARNING': !php/const Psr\Log\LogLevel::ERROR
2960-
'!php/const \E_USER_ERROR': !php/const Psr\Log\LogLevel::CRITICAL
2961-
'!php/const \E_RECOVERABLE_ERROR': !php/const Psr\Log\LogLevel::CRITICAL
2962-
'!php/const \E_COMPILE_ERROR': !php/const Psr\Log\LogLevel::CRITICAL
2963-
'!php/const \E_PARSE': !php/const Psr\Log\LogLevel::CRITICAL
2964-
'!php/const \E_ERROR': !php/const Psr\Log\LogLevel::CRITICAL
2965-
'!php/const \E_CORE_ERROR': !php/const Psr\Log\LogLevel::CRITICAL
2951+
!php/const \E_DEPRECATED: !php/const Psr\Log\LogLevel::ERROR
2952+
!php/const \E_USER_DEPRECATED: !php/const Psr\Log\LogLevel::ERROR
2953+
!php/const \E_NOTICE: !php/const Psr\Log\LogLevel::ERROR
2954+
!php/const \E_USER_NOTICE: !php/const Psr\Log\LogLevel::ERROR
2955+
!php/const \E_STRICT: !php/const Psr\Log\LogLevel::ERROR
2956+
!php/const \E_WARNING: !php/const Psr\Log\LogLevel::ERROR
2957+
!php/const \E_USER_WARNING: !php/const Psr\Log\LogLevel::ERROR
2958+
!php/const \E_COMPILE_WARNING: !php/const Psr\Log\LogLevel::ERROR
2959+
!php/const \E_CORE_WARNING: !php/const Psr\Log\LogLevel::ERROR
2960+
!php/const \E_USER_ERROR: !php/const Psr\Log\LogLevel::CRITICAL
2961+
!php/const \E_RECOVERABLE_ERROR: !php/const Psr\Log\LogLevel::CRITICAL
2962+
!php/const \E_COMPILE_ERROR: !php/const Psr\Log\LogLevel::CRITICAL
2963+
!php/const \E_PARSE: !php/const Psr\Log\LogLevel::CRITICAL
2964+
!php/const \E_ERROR: !php/const Psr\Log\LogLevel::CRITICAL
2965+
!php/const \E_CORE_ERROR: !php/const Psr\Log\LogLevel::CRITICAL
29662966
29672967
.. code-block:: xml
29682968

0 commit comments

Comments
 (0)