Skip to content

Commit 90e7bf9

Browse files
committed
Fix some content with wrong RST syntax
1 parent 8f7e04c commit 90e7bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3053,7 +3053,7 @@ php_errors
30533053
log
30543054
...
30553055

3056-
**type**: ``boolean|int|array<int, string>`` **default**: ``%kernel.debug%``
3056+
**type**: ``boolean``, ``int`` or ``array<int, string>`` **default**: ``%kernel.debug%``
30573057

30583058
Use the application logger instead of the PHP logger for logging PHP errors.
30593059
When an integer value is used, it defines a bitmask of PHP errors that will

0 commit comments

Comments
 (0)