Dmitriy Derepko

Results 153 issues of Dmitriy Derepko

Added rector/rector to CI and composer.json. Mass creation refers to https://github.com/yiisoft/yii-dev-tool/pull/232

We have introduced https://github.com/yiisoft/strings/blob/master/src/CombinedRegexp.php that helps with a loop of regexps. There are some places to apply `CombinedRegexp`: - https://github.com/yiisoft/strings/blob/63aef52b3d8568af153bddc1f526994474d96074/src/Inflector.php#L439 - https://github.com/yiisoft/strings/blob/63aef52b3d8568af153bddc1f526994474d96074/src/Inflector.php#L418

type:enhancement
status:under discussion

What's the purpose to support `null` value in [startsWith](https://github.com/yiisoft/strings/blob/6e816f51b323ecfcb3b4a55f22cee7b4f0d4ab05/src/StringHelper.php#L154)?

status:ready for adoption

Added composer-require-checker according to https://github.com/yiisoft/actions/pull/9

Added rector/rector to CI and composer.json. Mass creation refers to https://github.com/yiisoft/yii-dev-tool/pull/232

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌

What's the point to create an object every method calls? Let's take a look at the `Route` class: The coolest thing is you can use auto-complete feature to call any...

status:under discussion

I want to write an application that will live under some path, e.g. `/blog` So I have two ways to write my urls: 1. Each route should contain `/blog` 2....

Due to `\Yiisoft\Router\CurrentRoute` doesn't have any restrictions it may be created with `$container->get()`, but it has whole empty state: It's unexpected and cause lots of `if`'s over it. Isn't it...

status:under discussion

Added composer-require-checker according to https://github.com/yiisoft/actions/pull/9