Skip to content

Commit a3b3ac6

Browse files
committed
[#6870] Move versionadded directives directly after the headline
1 parent 255ef43 commit a3b3ac6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/configuration/framework.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,21 +1439,21 @@ php_errors
14391439
log
14401440
...
14411441

1442-
**type**: ``boolean`` **default**: ``false``
1443-
14441442
.. versionadded:: 3.2
14451443
The ``log`` option was introduced in Symfony 3.2.
14461444

1445+
**type**: ``boolean`` **default**: ``false``
1446+
14471447
Use the application logger instead of the PHP logger for logging PHP errors.
14481448

14491449
throw
14501450
.....
14511451

1452-
**type**: ``boolean`` **default**: ``%kernel.debug%``
1453-
14541452
.. versionadded:: 3.2
14551453
The ``throw`` option was introduced in Symfony 3.2.
14561454

1455+
**type**: ``boolean`` **default**: ``%kernel.debug%``
1456+
14571457
Throw PHP errors as ``\ErrorException`` instances. The parameter
14581458
``debug.error_handler.throw_at`` controls the threshold.
14591459

0 commit comments

Comments
 (0)