CodeIgniter4/utils/phpstan-baseline/isset.property.neon
John Paul E. Balandan, CPA 242745c661
refactor: split phpstan-baseline into smaller files (#9299)
* refactor: split phpstan-baseline into smaller files

* Checkout base branch to resolve codeigniter4/framework

* Fix rector changes
2024-12-15 08:38:40 +08:00

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