Sergei Predvoditelev
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
This allow remove check type into this methods. ```php NumericHelper::toOrdinal(float|int|string $value); NumericHelper::normalize(bool|float|int|string $value); ```
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.
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