feat: added the namespace
option to the publish
command
#11904
test-phpstan.yml
on: pull_request
PHP Static Analysis
1m 15s
Annotations
7 errors
PHP Static Analysis:
system/Test/FeatureTestTrait.php (in context of class CodeIgniter/HomeTest)#L183
Assigning uppercase-string directly on offset 'REQUEST_METHOD' of $_SERVER is discouraged.
|
PHP Static Analysis:
system/Test/FeatureTestTrait.php (in context of class CodeIgniter/Test/FeatureTestAutoRoutingImprovedTest)#L183
Assigning uppercase-string directly on offset 'REQUEST_METHOD' of $_SERVER is discouraged.
|
PHP Static Analysis:
system/Test/FeatureTestTrait.php (in context of class CodeIgniter/Test/FeatureTestTraitTest)#L183
Assigning uppercase-string directly on offset 'REQUEST_METHOD' of $_SERVER is discouraged.
|
PHP Static Analysis:
tests/system/HomeTest.php#L1
Ignored error pattern #^Assigning string directly on offset 'REQUEST_METHOD' of \$_SERVER is discouraged\.$# in path /home/runner/work/CodeIgniter4/CodeIgniter4/tests/system/HomeTest.php was not matched in reported errors.
|
PHP Static Analysis:
tests/system/Test/FeatureTestAutoRoutingImprovedTest.php#L1
Ignored error pattern #^Assigning string directly on offset 'REQUEST_METHOD' of \$_SERVER is discouraged\.$# in path /home/runner/work/CodeIgniter4/CodeIgniter4/tests/system/Test/FeatureTestAutoRoutingImprovedTest.php was not matched in reported errors.
|
PHP Static Analysis:
tests/system/Test/FeatureTestTraitTest.php#L1
Ignored error pattern #^Assigning string directly on offset 'REQUEST_METHOD' of \$_SERVER is discouraged\.$# in path /home/runner/work/CodeIgniter4/CodeIgniter4/tests/system/Test/FeatureTestTraitTest.php was not matched in reported errors.
|
PHP Static Analysis
Process completed with exit code 1.
|