Jacek Andrzejewski

Results 9 comments of Jacek Andrzejewski

But you have added phpdoc that says array has string keys. Does this happen when you remove or change the phpdoc?

One thing to note: mutators work when mass assigning. Not that this would help in this case as renaming a file in mutator is a bad idea, but it would...

@alexeymezenin Example posted by @ralphschindler could happen in unit test. Using auth() and user() in model is a bad idea, which was explained very well above by @JohnnyWalkerDesign.

Seems multipart is a bit buggy right now, this might be connected to #2390

Right now as a workaround I pipe output into txt file and then sort lines lexicographically with "String Manipulation" plugin for PHPStorm. Works good enough even for 30k+ lines of...

If fixer will use only safe rules then I see no reason to make that action automatically add commit with formatted code, either after creating PR or even after merging....

We also could use [ecs](https://github.com/symplify/easy-coding-standard) instead of PHP CS-Fixer, it's easier to work with IMO. For almost fully automatic configuration and explanation of rules we can use [CS-Fixer configurator](https://mlocati.github.io/php-cs-fixer-configurator).

> > I guess this begs the question: Why is everyone out to get you? Do monsters attack you if you look like a monster? > > We briefly discussed...

I have exactly the same problem after update to 6.0, but I have only one exception. Ubuntu 21.04 PhpStorm 2021.2 Build #PS-212.4746.100 ``` com.intellij.diagnostic.PluginException: Short name not matched for class...