Sergei Predvoditelev
Sergei Predvoditelev
In AR need remove inheritance from `Query` and `QueryInterface`. Then we can change type to `?array`.
#48 is better. For arrays need several rules and use separate section it's OK for me.
Seems, @Heziode is right. My code: ```xml ``` After add or remote item to array `entity.channels` sorting is work internal (method `updateChannelsOrder` is run), but don't work visual (order of...
> We will have to alter logic of post-sync entity update to handle it nicely. Can you stick to ValueInterface in a meantime, it's essentially doing the same thing. No,...
This rule is overhead for me. Don't want to significantly expand the PSR-12. Although, I prefer @samdark variant: ```php $object ->method1() ->method2(); ```
Need clear database before run tests
https://github.com/yiisoft/demo/pull/461 doesn't fix the problem. The PR adds a command that just clears DB tables.
> What is the error? The same? yes.
@lubosdz maybe `foxy/foxy` don't support composer 2.2? Try composer 2.1.
Are you tested application with this translate? Seems need add language to select...