Alexander Busygin

Results 8 issues of Alexander Busygin

Please add support of getMockForAbstract.

In [Base.php](https://github.com/ptrofimov/xpmock/blob/master/src/Xpmock/Base.php#L66) you use staticExpects method which is removed from phpunit 4.

https://github.com/imsky/holder/blob/5d03b972f0082c6c640f8e9223ca897ebc24dd50/src/lib/index.js#L844 This code use image dimensions and `App.defaults.scale` which is not configurable for fontSize computing. https://github.com/imsky/holder/blob/5d03b972f0082c6c640f8e9223ca897ebc24dd50/src/lib/index.js#L660 Hence font size could not be lesser then some computed value. It would be...

enhancement

**Describe the bug** Generic.WhiteSpace.SpaceIndent.IncorrectExact false positive when condition or cycle are placed inside the block **Code sample** ```php { if (1 > 2) { $a = 1; } } ```...

# Feature Request I want create Rector that import missed imports for doctrine annotations for example: ```diff declare(strict_types=1); +use Doctrine\ORM\Mapping as ORM; /** * @ORM\Entity */ class Entity { }...

feature

Example of config: ```yaml framework: messenger: routing: App\Messages\OldMessage: [ transport1, transport2 ] === $data['framework']['messenger']['routing']['App\Messages\NewMessage'] = 'async'; === framework: messenger: routing: App\Messages\TestMessage: [ transport1, transport2 ] App\Messages\NewMessage: async ``` PR with...

Please, consider adding support for this version.