We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d68190 commit 2f6402aCopy full SHA for 2f6402a
2 files changed
user_guide_src/source/general/errors/005.php
@@ -6,5 +6,7 @@
6
7
class Exceptions extends BaseConfig
8
{
9
- public $log = true;
+ // ...
10
+ public bool $log = true;
11
12
}
user_guide_src/source/general/errors/006.php
- public $ignoredCodes = [404];
+ public array $ignoreCodes = [404];
0 commit comments