mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
ignoring errors
This commit is contained in:
parent
758c6ae0ee
commit
e0de21a99a
@ -39,6 +39,19 @@ parameters:
|
||||
- '#Method CodeIgniter\\Validation\\ValidationInterface::run\(\) invoked with 3 parameters, 0-2 required#'
|
||||
- '#Negated boolean expression is always (true|false)#'
|
||||
- '#Return type \(bool\) of method CodeIgniter\\HTTP\\Files\\UploadedFile::move\(\) should be compatible with return type \(CodeIgniter\\Files\\File\) of method CodeIgniter\\Files\\File::move\(\)#'
|
||||
- '#.*\son left side of \?\? is not nullable#'
|
||||
- '#While loop condition is always true#'
|
||||
- '#Right side of && is always true#'
|
||||
- '#.*in isset\(\) is not nullable#'
|
||||
- '#.*in empty\(\) is not falsy#'
|
||||
- '#.*on left side of \?\? always exists and is not nullable#'
|
||||
- '#Variable \$error on left side of \?\? always exists and is always null#'
|
||||
- '#Variable \$config in empty\(\) always exists and is not falsy#'
|
||||
- '#If condition is always true#'
|
||||
- '#Dead catch - CodeIgniter\\Exceptions\\PageNotFoundException is never thrown in the try block#'
|
||||
- '#.* in isset\(\) does not exist#'
|
||||
- '#Variable \$mockService in empty\(\) always exists and is always falsy#'
|
||||
- '#PHPDoc type string\|null of property CodeIgniter\\Images\\Handlers\\ImageMagickHandler::\$resource is not covariant with PHPDoc type resource\|null of overridden property CodeIgniter\\Images\\Handlers\\BaseHandler::\$resource#'
|
||||
parallel:
|
||||
processTimeout: 300.0
|
||||
scanDirectories:
|
||||
|
Loading…
x
Reference in New Issue
Block a user