File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1439,21 +1439,21 @@ php_errors
1439
1439
log
1440
1440
...
1441
1441
1442
- **type **: ``boolean `` **default **: ``false ``
1443
-
1444
1442
.. versionadded :: 3.2
1445
1443
The ``log `` option was introduced in Symfony 3.2.
1446
1444
1445
+ **type **: ``boolean `` **default **: ``false ``
1446
+
1447
1447
Use the application logger instead of the PHP logger for logging PHP errors.
1448
1448
1449
1449
throw
1450
1450
.....
1451
1451
1452
- **type **: ``boolean `` **default **: ``%kernel.debug% ``
1453
-
1454
1452
.. versionadded :: 3.2
1455
1453
The ``throw `` option was introduced in Symfony 3.2.
1456
1454
1455
+ **type **: ``boolean `` **default **: ``%kernel.debug% ``
1456
+
1457
1457
Throw PHP errors as ``\ErrorException `` instances. The parameter
1458
1458
``debug.error_handler.throw_at `` controls the threshold.
1459
1459
You can’t perform that action at this time.
0 commit comments