Volodymyr Kupriienko

Results 7 issues of Volodymyr Kupriienko

[PSR-12](https://www.php-fig.org/psr/psr-12/) was approved so need to update `.php_cs.dist` to use it after PHP-CS-Fixer implements `@PSR-12` group. Issue in PHP-CS-Fixer repo: https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/4502

type: improvement
status: todo

Hi 👋 Thank you for this library! Do you plan to update to PHP 8?

https://github.com/yiisoft/yii2/blob/3.0/framework/composer.json#L66

type: improvement
status: todo

improvement

**Describe the bug** Child scope of container is not visualized on dot graph. **To Reproduce** 1. Create container: `c := dig.New()` 2. Provide the container with constructor: `c.Provide(NewFirstComponent)` 3. Create...

enhancement

On Yii `>= 2.0.14` model's relations resets after saving and translations not saves too. This pull request fix this issue.