matias-yii

Results 2 issues of matias-yii

### What steps will reproduce the problem? ### What is the expected result? Show Debug Panel ### What do you get instead? Trying to access array offset on value of...

type:bug
status:ready for adoption

### What steps will reproduce the problem? Use shortcut methods get() with any params for ex. ```php $client = new Client(['baseUrl' => 'http://example.com/api/1.0']); $articleResponse = $client ->get('articles', ['name' => 'Yii'])...

type:bug
status:to be verified