Sergei Predvoditelev

Results 289 issues of Sergei Predvoditelev

After done [PR in Yii Actions](https://github.com/yiisoft/actions/pull/55) that add "matrix exclude" option we can use it and simpilfy GitHub actions here.

- [x] Add RBAC scheme similar to https://github.com/yiisoft/rbac/blob/master/tests/Support/hierarchy.png - [ ] Add more difficult scheme with several parents

type:test

This allow remove check type into this methods. ```php NumericHelper::toOrdinal(float|int|string $value); NumericHelper::normalize(bool|float|int|string $value); ```

type:enhancement

`config/params.php` are not covered currently.

type:test

New mutants are appeared. Need fix their.

type:test

See https://github.com/yiisoft/router/blob/master/src/Route.php#L179 `Last added handler will be executed first.` is incorrect. Need fix description and add examples.

status:ready for adoption
type:docs

The following console command to debug should be present: - Dump router settings - Dump all routes - Dump specific routes group - Test an URL to match a route...

The following console command to debug should be present: - Dump all translations - Dump specific languages - Translate a string from CLI Extracted from https://github.com/yiisoft/yii-debug/issues/202