Vladislav Kosev

Results 55 issues of Vladislav Kosev

When renaming a namespace and determining the new file location, paths specified in `autoload-dev` in composer.json are not read. Only the `autload` key is used.

It will be useful to be able to configure where code lens is enabled in php files. Not all folders with tests start with the text `test`. They may _end_...

The `Exporter` that provides text representation of arguments and assertions. There are, however, really big objects which are not practical to be displayed (e.g. Doctrine entities, Phpstan test case arguments)....

type/enhancement
feature/test-runner

**Describe the bug** When renaming namespaces, anything defined in `autoload-dev` in `composer.json` is ignored. **To Reproduce** Define in `composer.json`: ```json "autoload": { "psr-4": { "App\\": "src/" } }, "autoload-dev": {...

rename

These are really predictable - replace the underscores with dashes and voila - for `file_put_contents()` it would be [https://www.php.net/manual/en/function.file-put-contents.php](https://www.php.net/manual/en/function.file-put-contents.php). Probably something in the twig template with a filter? Can I...

The code ```php $a = new class implements TokenCollector { }; ``` should produce this: ![image](https://user-images.githubusercontent.com/12109622/102333182-bab47e00-3f95-11eb-85ea-504ffa58bd58.png) Currently it does not offer any actions.

It would be really helpful if type is inferred for variables based on assignment. In that case, because a value with a known type is assigned to `$this->arg1`, and because...

## Repro Create a test method that has argument type hint in the form of `array|(ArrayAccess&Countable&Traversable) $parentVisibleToRoles,` ## Outcome There is no "Run test" link over the method name. ##...

Otherwise it gives false positives about unused private methods which are declared as abstract in the trait.

pending reproduction

### Type of Connector Custom Connector ### Name of Connector Everhour ### Describe the bug I have create a custom connector for [Everhour](https://everhour.docs.apiary.io/#introduction/authentication). It works fine, but they don't include...

bug