refactor: remove deprecated properties and methods in CodeIgniter class #9046
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test-phpstan.yml
on: pull_request
PHP Static Analysis
35s
Annotations
4 errors
PHP Static Analysis:
system/BaseModel.php#L1
Ignored error pattern #^Only booleans are allowed in an if condition, int given\.$# in path /home/runner/work/CodeIgniter4/CodeIgniter4/system/BaseModel.php was not matched in reported errors.
|
PHP Static Analysis:
system/BaseModel.php#L1643
Call to function is_array() with array will always evaluate to true.
|
PHP Static Analysis:
system/CodeIgniter.php#L288
Ignored error pattern #^Construct empty\(\) is not allowed\. Use more strict comparison\.$# in path /home/runner/work/CodeIgniter4/CodeIgniter4/system/CodeIgniter.php is expected to occur 6 times, but occurred only 5 times.
|
PHP Static Analysis
Process completed with exit code 1.
|