Skip to content

chore: OpenAPI schema paths #71

chore: OpenAPI schema paths

chore: OpenAPI schema paths #71

Triggered via push January 10, 2024 19:05
Status Failure
Total duration 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

unit_tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
UndefinedConstant: src/InotifyIterator.php#L30
src/InotifyIterator.php:30:30: UndefinedConstant: Const IN_ATTRIB is not defined (see https://psalm.dev/020)
UndefinedConstant: src/InotifyIterator.php#L30
src/InotifyIterator.php:30:42: UndefinedConstant: Const IN_CREATE is not defined (see https://psalm.dev/020)
UndefinedConstant: src/InotifyIterator.php#L30
src/InotifyIterator.php:30:54: UndefinedConstant: Const IN_DELETE is not defined (see https://psalm.dev/020)
UndefinedConstant: src/InotifyIterator.php#L30
src/InotifyIterator.php:30:66: UndefinedConstant: Const IN_MODIFY is not defined (see https://psalm.dev/020)
UndefinedConstant: src/InotifyIterator.php#L30
src/InotifyIterator.php:30:78: UndefinedConstant: Const IN_MOVE is not defined (see https://psalm.dev/020)
MissingReturnType: src/OpenAPISchemaOperation.php#L45
src/OpenAPISchemaOperation.php:45:22: MissingReturnType: Method Distantmagic\Resonance\OpenAPISchemaOperation::serializeRequiredOAuth2Scopes does not have a return type, expecting list{0?: mixed, ...<mixed>} (see https://psalm.dev/050)
MixedAssignment: src/OpenAPISchemaOperation.php#L50
src/OpenAPISchemaOperation.php:50:13: MixedAssignment: Unable to determine the type of this assignment (see https://psalm.dev/032)
NoInterfaceProperties: src/OpenAPISchemaOperation.php#L50
src/OpenAPISchemaOperation.php:50:25: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MixedPropertyFetch: src/OpenAPISchemaOperation.php#L50
src/OpenAPISchemaOperation.php:50:25: MixedPropertyFetch: Cannot fetch property on mixed var $scope->pattern (see https://psalm.dev/034)
MixedAssignment: src/OpenAPISchemaOperation.php#L61
src/OpenAPISchemaOperation.php:61:13: MixedAssignment: Unable to determine the type of this assignment (see https://psalm.dev/032)