Sergei Predvoditelev

Results 101 comments of Sergei Predvoditelev

Agree with @Tigrov. For rest configuration better use PHP syntax. The only doubt is, is there a case when the rest configuration passed as array? (I think, that no...)

> ``` > $factory->create([ > 'class' => EngineInterface::class, > 'setUserId()' => [5], > ], power: 146); > ``` I don't like this way, because it requires merge constructor arguments when...

May be create separate method with suggested syntax?

> What is the use case for this change? Usage two container for tests (PHP and DB) in one network. In this case I need change host to actual.

> > > What is the use case for this change? > > > > > > Usage two container for tests (PHP and DB) in one network. In this...

Seems, idea of issue — make all files always optional.

> Suppose this case, i have an app without `providers.php`, but i installed an extension that has the config of `providers.php`, then it should be guaranteed, that if I have...

Need example php code to generate for cases like this:

Approximately docs structure: - [x] The principle of form field configuration: - [x] widget config - [x] global widget theme config (https://github.com/yiisoft/widget/blob/master/docs/guide/en/themes.md) - [x] form field theme - [x] passed...