Merge branch 'main' into 2.x #141
ci.yml
on: push
Coding Standard & Static Analysis
28s
Matrix: testsuite-linux
Annotations
12 errors
|
Coding Standard & Static Analysis
Process completed with exit code 2.
|
|
MissingParamType:
src/Database/Log/CakeSentryLog.php#L134
src/Database/Log/CakeSentryLog.php:134:33: MissingParamType: Parameter $message has no provided type (see https://psalm.dev/154)
|
|
Coding Standard & Static Analysis:
tests/TestCase/Http/ClientTest.php#L251
Multi-line function calls must have a trailing comma after the last parameter.
|
|
Coding Standard & Static Analysis:
tests/TestCase/Http/ClientTest.php#L119
Multi-line function calls must have a trailing comma after the last parameter.
|
|
Coding Standard & Static Analysis:
tests/TestCase/Http/ClientTest.php#L105
Multi-line function calls must have a trailing comma after the last parameter.
|
|
Coding Standard & Static Analysis:
src/Http/SentryClient.php#L213
Multi-line function calls must have a trailing comma after the last parameter.
|
|
Coding Standard & Static Analysis:
src/Http/SentryClient.php#L182
Multi-line function declaration must have a trailing comma after the last parameter.
|
|
Coding Standard & Static Analysis:
src/Http/SentryClient.php#L151
Multi-line function declaration must have a trailing comma after the last parameter.
|
|
Coding Standard & Static Analysis:
src/Http/SentryClient.php#L133
Multi-line function calls must have a trailing comma after the last parameter.
|
|
Coding Standard & Static Analysis:
src/Http/SentryClient.php#L132
Multi-line function calls must have a trailing comma after the last parameter.
|
|
Coding Standard & Static Analysis:
src/Error/SentryErrorLogger.php#L53
Multi-line function declaration must have a trailing comma after the last parameter.
|
|
Coding Standard & Static Analysis:
src/Error/SentryErrorLogger.php#L39
Multi-line function declaration must have a trailing comma after the last parameter.
|