Skip to content

Add OpenAPI 3.1 support and schema enhancements #86

Add OpenAPI 3.1 support and schema enhancements

Add OpenAPI 3.1 support and schema enhancements #86

Triggered via pull request February 17, 2026 19:38
@byjgbyjg
synchronize #90
6.0
Status Success
Total duration 25s
Artifacts

phpunit.yml

on: pull_request
Matrix: Build
Psalm Static Analyzer
22s
Psalm Static Analyzer
Documentation  /  add_doc
Documentation / add_doc
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
MissingClosureParamType: src/AbstractRequester.php#L282
src/AbstractRequester.php:282:59: MissingClosureParamType: Parameter $response has no provided type (see https://psalm.dev/153)
MissingClosureParamType: src/AbstractRequester.php#L282
src/AbstractRequester.php:282:48: MissingClosureParamType: Parameter $testCase has no provided type (see https://psalm.dev/153)
MissingClosureReturnType: src/AbstractRequester.php#L282
src/AbstractRequester.php:282:38: MissingClosureReturnType: Closure does not have a return type, expecting void (see https://psalm.dev/068)
RiskyTruthyFalsyComparison: src/AbstractRequester.php#L262
src/AbstractRequester.php:262:68: RiskyTruthyFalsyComparison: Operand of type false|non-empty-string contains type non-empty-string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
MissingClosureParamType: src/AbstractRequester.php#L238
src/AbstractRequester.php:238:59: MissingClosureParamType: Parameter $response has no provided type (see https://psalm.dev/153)
MissingClosureParamType: src/AbstractRequester.php#L238
src/AbstractRequester.php:238:48: MissingClosureParamType: Parameter $testCase has no provided type (see https://psalm.dev/153)
MissingClosureReturnType: src/AbstractRequester.php#L238
src/AbstractRequester.php:238:38: MissingClosureReturnType: Closure does not have a return type, expecting void (see https://psalm.dev/068)
MissingClosureParamType: src/AbstractRequester.php#L190
src/AbstractRequester.php:190:59: MissingClosureParamType: Parameter $response has no provided type (see https://psalm.dev/153)
MissingClosureParamType: src/AbstractRequester.php#L190
src/AbstractRequester.php:190:48: MissingClosureParamType: Parameter $testCase has no provided type (see https://psalm.dev/153)
MissingClosureReturnType: src/AbstractRequester.php#L190
src/AbstractRequester.php:190:38: MissingClosureReturnType: Closure does not have a return type, expecting void (see https://psalm.dev/068)