mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
* refactor: split phpstan-baseline into smaller files * Checkout base branch to resolve codeigniter4/framework * Fix rector changes
19 lines
675 B
Plaintext
19 lines
675 B
Plaintext
# total 3 errors
|
|
|
|
parameters:
|
|
ignoreErrors:
|
|
-
|
|
message: '#^Property Config\\Autoload\:\:\$helpers \(list\<string\>\) in isset\(\) is not nullable\.$#'
|
|
count: 1
|
|
path: ../../system/Autoloader/Autoloader.php
|
|
|
|
-
|
|
message: '#^Static property CodeIgniter\\Email\\Email\:\:\$func_overload \(bool\) in isset\(\) is not nullable\.$#'
|
|
count: 1
|
|
path: ../../system/Email/Email.php
|
|
|
|
-
|
|
message: '#^Property CodeIgniter\\I18n\\TimeDifference\:\:\$days \(int\) in isset\(\) is not nullable\.$#'
|
|
count: 1
|
|
path: ../../tests/system/I18n/TimeDifferenceTest.php
|