chore: OpenAPI schema paths #71
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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)
|