Maksim Spirkov

Results 7 issues of Maksim Spirkov

#### What does this PR do / why do we need it? Added translation #### Which issue(s) this PR fixes? Fixes # #### Any background context you want to provide?...

It seems that a mistake was made here: https://github.com/lesstif/php-JiraCloud-RESTAPI/commit/75c5fdf0d88ee80f7c0bf09206de16578e737036

It looks like some extra PHPDoc annotations were accidentally added here: https://github.com/lesstif/php-JiraCloud-RESTAPI/commit/75c5fdf0d88ee80f7c0bf09206de16578e737036

**Describe the bug** Used imports are marked as unused. This happens when a class is imported only to import a PHPStan type from it. **To Reproduce** 1. Create 2 classes...

bug
diagnostics

I suggest collecting here everything that could potentially be included in version 2.2

The `render` method returns the same `$response` that was passed as an argument (only the `body` changes). Currently, the IDE and PHPStan do not understand this. I suggest making a...