Remove scrutinizer (#112) #479
Annotations
11 errors
|
Static analysis.:
src/Adapter.php#L15
src/Adapter.php:15:13: MethodSignatureMismatch: Method Yiisoft\Queue\AMQP\Adapter::push with return type 'void' is different to return type 'Yiisoft\Queue\Message\MessageInterface' of inherited method Yiisoft\Queue\Adapter\AdapterInterface::push (see https://psalm.dev/042)
|
Static analysis.:
src/Adapter.php#L15
src/Adapter.php:15:13: UnimplementedInterfaceMethod: Method getchannel is not defined on class Yiisoft\Queue\AMQP\Adapter (see https://psalm.dev/044)
|
Static analysis.:
src/Adapter.php#L24
src/Adapter.php:24:40: MethodSignatureMismatch: Argument 1 of Yiisoft\Queue\AMQP\Adapter::withChannel has wrong type 'string', expecting 'BackedEnum|string' as defined by Yiisoft\Queue\Adapter\AdapterInterface::withChannel (see https://psalm.dev/042)
|
Static analysis.:
src/Adapter.php#L24
src/Adapter.php:24:40: MoreSpecificImplementedParamType: Argument 1 of Yiisoft\Queue\AMQP\Adapter::withChannel has the more specific type 'string', expecting 'BackedEnum|string' as defined by Yiisoft\Queue\Adapter\AdapterInterface::withChannel (see https://psalm.dev/140)
|
Static analysis.:
src/Adapter.php#L47
src/Adapter.php:47:35: MethodSignatureMismatch: Argument 1 of Yiisoft\Queue\AMQP\Adapter::status has wrong type 'string', expecting 'int|string' as defined by Yiisoft\Queue\Adapter\AdapterInterface::status (see https://psalm.dev/042)
|
Static analysis.:
src/Adapter.php#L47
src/Adapter.php:47:35: MoreSpecificImplementedParamType: Argument 1 of Yiisoft\Queue\AMQP\Adapter::status has the more specific type 'string', expecting 'int|string' as defined by Yiisoft\Queue\Adapter\AdapterInterface::status (see https://psalm.dev/140)
|
Static analysis.:
src/Adapter.php#L71
src/Adapter.php:71:19: UndefinedInterfaceMethod: Method Yiisoft\Queue\Message\MessageInterface::setId does not exist (see https://psalm.dev/181)
|
Static analysis.:
src/Adapter.php#L90
src/Adapter.php:90:69: DeprecatedProperty: PhpAmqpLib\Message\AMQPMessage::$body is marked deprecated (see https://psalm.dev/099)
|
Static analysis.:
src/ExistingMessagesConsumer.php#L40
src/ExistingMessagesConsumer.php:40:63: DeprecatedProperty: PhpAmqpLib\Message\AMQPMessage::$body is marked deprecated (see https://psalm.dev/099)
|
Static analysis.:
src/MessageSerializer.php#L21
src/MessageSerializer.php:21:31: UndefinedInterfaceMethod: Method Yiisoft\Queue\Message\MessageInterface::getId does not exist (see https://psalm.dev/181)
|
Loading