Skip to content

Commit 871a860

Browse files
fix: apply whitespace fixes (#5246)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8409171 commit 871a860

File tree

1 file changed

+4
-4
lines changed
  • Documentation/ApiOverview/ErrorAndExceptionHandling/Examples

1 file changed

+4
-4
lines changed

Documentation/ApiOverview/ErrorAndExceptionHandling/Examples/Index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ In :file:`config/system/settings.php` or :file:`config/system/additional.php`:
135135
$GLOBALS['TYPO3_CONF_VARS'] = array_replace_recursive($GLOBALS['TYPO3_CONF_VARS'], $changeSettings);
136136
137137
.. note::
138-
PHP warnings, among other things, are added to the TYPO3 log via
139-
the `Writer configuration <https://docs.typo3.org/permalink/t3coreapi:logging-configuration-writer>`_ of the Logging API.
140-
In production or from a performance perspective, you may not want this.
141-
The default value is :php:`\Psr\Log\LogLevel::WARNING`.
138+
PHP warnings, among other things, are added to the TYPO3 log via
139+
the `Writer configuration <https://docs.typo3.org/permalink/t3coreapi:logging-configuration-writer>`_ of the Logging API.
140+
In production or from a performance perspective, you may not want this.
141+
The default value is :php:`\Psr\Log\LogLevel::WARNING`.
142142
Depending on project requirements, the loglevel can be increased to :php:`\Psr\Log\LogLevel::ERROR`
143143
(or higher).
144144

0 commit comments

Comments
 (0)