Simon Praetorius

Results 144 comments of Simon Praetorius

Sorry about my naming details, but can we use `ModifyUseDevServerEvent`? That way the naming would be consistent. Other than that, this looks great. And thanks for adding those test cases....

Hm, now it gets more complicated and I'm not sure if I like that. Apart from the confusing naming, I'm not sure if these events can remain stable after the...

I recognize that this can be a problem in bigger projects or some local development environments. I can't exclude the vendor folder by default, because there are valid use cases...

Sorry, I missed your 3rd edit: Why exactly is that not working for you?

Yes, there are certainly some blind spots in the documentation we need to address. We will gladly accept PRs in this area.

> In my opinion null should be added as general language construct and not parsed from string at occasional places. > Supporting it in conditions, but not contexts like parameters...

To clarify, this would be a use case for this (string concatenation within condition): ```php ['{foo} == \'{bar} {baz}\'', true, ['foo' => 'a b', 'bar' => 'a', 'baz' => 'b']],...

Not sure about the general state of the tests, but this seems to break a lot of them that test slot functionality.

@linawolf Could you check if this resolves your issue?