Added standalone example #39
ci.yml
on: pull_request
Matrix: Coding standards, code quality and static code analysis
Matrix: Test suite and coverage
Annotations
6 errors
UnusedVariable:
examples/03_standalone.php#L7
examples/03_standalone.php:7:1: UnusedVariable: $sensitive_keys is never referenced or the value is not used (see https://psalm.dev/077)
|
Coding standards, code quality and static code analysis (8.3)
Process completed with exit code 2.
|
UnusedVariable:
examples/03_standalone.php#L7
examples/03_standalone.php:7:1: UnusedVariable: $sensitive_keys is never referenced or the value is not used (see https://psalm.dev/077)
|
Coding standards, code quality and static code analysis (8.1)
Process completed with exit code 2.
|
UnusedVariable:
examples/03_standalone.php#L7
examples/03_standalone.php:7:1: UnusedVariable: $sensitive_keys is never referenced or the value is not used (see https://psalm.dev/077)
|
Coding standards, code quality and static code analysis (8.2)
Process completed with exit code 2.
|