Alexander Konotop

Results 18 comments of Alexander Konotop

Try to remove `controller:` from routes. It's non intended for usage with recent SF versions. Also add `provider` to a firewall https://github.com/markitosgv/JWTRefreshTokenBundle/issues/307#issuecomment-1077822967

I think the problem is alittle bit wider - it blaims also on this: ``` (new SomeClass()) ->someMethod(); ```

Sorry, It actually seems like my mention about "new" is not relevant. I thought that `SlevomatCodingStandard.PHP.UselessParentheses` was blaiming but it was `SlevomatCodingStandard.ControlStructures.NewWithoutParentheses` which could be disabled separately

The link above is broken as that functionality was removed from temporal-bridge. Anyway, [here](https://github.com/spiral/temporal-bridge/commit/2de00229c26e35a7cb83d7e6027270464ecbb996#diff-c6622530d00ec62cd9f77427ade1d89488623a20917ffa1066323dab91e460a9)'s how it looked like. Though fully copying the whole WorkerFactory instead of just extending is redundant...

Monodevelop ebuild still claims the same error without that dir

Hmmm... Some days ago it still wasn't installable an I was going to make a commit with a link in ebuild changed to the one proposed by ArsenShnurkov. But today...

So it looks like either "buffer words" disables lsp or lsp stops working in abovementioned circumstances thus enabling "buffer words" as a fallback.

Here is even more interesting illustration as it's more isolated. Here we already have similar name which is suggested from "buffer words". The issue is that LSP seems to be...