Greg Korba

Results 540 comments of Greg Korba

@jarro this is not only Windows 10 issue. I am using Windows 7 and I also had additional `/`. Adding `[\/]?` solved matching issue for me.

I am struggling with this too. With mapping: ``` "simple_modifications": [ { "from": { "key_code": "grave_accent_and_tilde" }, "to": [ { "key_code": "non_us_backslash" } ] } ], ``` I am able...

Personally I define Composer scripts and/or `Makefile` targets that wrap original command execution (and many people I know do it too). So most probably I will use `composer arkitect` (especially...

I am also facing this issue with the same scenario: command bus and message using DTO with `UniqueEntity` constraint. Validator tries to check uniqueness for DTO class, not for the...

@Haehnchen any chance for implementing this? There's Symfony 6 now and its team [decided to use PHP format internally](https://github.com/symfony/symfony/issues/37186) from this version, I think it will become standard at some...

Experiencing this issue on Hugo 0.96.0. I have simple `Makefile` target: ``` add-post: check-slug ## Add post inside proper directory $(eval POST_DIR=posts/`date +'%Y'`/`date +'%m'`) @hugo new "$(POST_DIR)/$(slug).md" @mkdir -p content/pl/$(POST_DIR)...

@kubawerlos All issues created for 8.2 by me are some kind of backlog (checklist). @keradus asked me if I could prepare it, like #4702 was done before. But as I...

@SpacePossum @keradus I am not sure if #6427 (and [my appendix](https://github.com/SpacePossum/PHP-CS-Fixer/pull/1)) covers new standalone types fully: they can be used also in class properties but `NativeFunctionTypeDeclarationCasingFixer` does not handle it....

@SpacePossum my comment was sent before I started work on #6621 and I see that casing in the promoted property ([here](https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/6621/files#diff-a689797fee8dd59c4fe97b1523a45e3538ac9add3a1981200286aa4a3875161aR114) and [here](https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/6621/files#diff-a689797fee8dd59c4fe97b1523a45e3538ac9add3a1981200286aa4a3875161aR133)) is fixed - not sure which fixer...

After #6621 gets merged, we need to create another MR that would add and fix such fixtures: SHOW DIFF ```diff Index: tests/Fixtures/Integration/misc/PHP8_2.test IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff...