Results 4 issues of Rodion

# Failing Test for ReturnTypeDeclarationRector Based on https://getrector.org/demo/a97ca4ba-526f-4d02-8e5c-c13cc7a82171

### What steps will reproduce the problem? ``` class TestForm extends \yii\base\Model { public $email; public function rules() { return [['email', 'email']]; } } class TestController extends \yii\web\Controller { public...

type:bug
status:ready for adoption

I'm using Symfony Messenger with amazon-sqs-transport and sometimes I get the following exceptions\: ``` AsyncAws\Core\Exception\UnparsableResponse: Could not parse response as array Stack Trace: 1. Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\Connection::__destruct() File: /var/www/EmmaCare/vendor/symfony/amazon-sqs-messenger/Transport/Connection.php:82 Line: $this->reset(); 2....