Skip to content

Commit

Permalink
Remove backslashes
Browse files Browse the repository at this point in the history
Remove backslashes in code parts for PHP Constants.
  • Loading branch information
ischmittis authored and sypets committed Jan 16, 2020
1 parent 90e05e9 commit 4776560
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@ found in :code:`$TYPO3_CONF_VARS[SYS]`:
The :code:`E_*` constant that will be handled as an exception by the error
handler.

Default: :code:`E_ALL ^ E_NOTICE ^ E_WARNING ^ E_USER\_ERROR ^ E_USER\_NOTICE ^ E_USER\_WARNING`
Default: :code:`E_ALL ^ E_NOTICE ^ E_WARNING ^ E_USER_ERROR ^ E_USER_NOTICE ^ E_USER_WARNING`
(4341) and "0" if :code:`$TYPO3_CONF_VARS[SYS][displayErrors] = 0`.

Refer to the PHP documentation for more details on this value.
Expand Down

0 comments on commit 4776560

Please sign in to comment.