Skip to content

Commit b2a7434

Browse files
authored
Clarify errorLevel types.
1 parent 4a31150 commit b2a7434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
*
448448
* ## Options
449449
*
450-
* - `errorLevel` - Defaults to E_ALL.
450+
* - `errorLevel` - Defaults to `E_ALL`. Can be set to `false` to disable overwrite error level.
451451
* - `fixtureStrategy` - Defaults to TruncateStrategy. Can be set to any class implementing FixtureStrategyInterface.
452452
*/
453453
'TestSuite' => [

0 commit comments

Comments
 (0)