Sebastiaan Stok

Results 43 comments of Sebastiaan Stok

I believe you can already do something a bit more complex using the ExpressionValidator (which is much more advanced than only `$this`). https://symfony.com/doc/current/reference/constraints/Expression.html or https://symfony.com/doc/current/reference/constraints/Callback.html if you need a truly...

The error is rather self explanatory, 'Expected hexadecimal character' yet something else is passed. As it's part of big context this more application specific and you need to find out...

Disabling the Mockery Inspections should resolve this for now.

Same. Last update didn't fix the problem.

`5 / 1` = 5, so it wouldn't make sense to devise by 1 (so it's properly a bug when used). Or 0 💀

@stof does that include JOINED Table inheritance?

I was actually talking about the performance impact ;) how much slower is it actually?

@Fabuloops I am not using the FosUserBundle anymore, so I don't know :)

As the roles are serialized the value is quoted. So you should be able to use LIKE searching. WHERE roles LIKE ?1 ?1 = %"ROLE_ADMIN"% I have not tested but...

Are you using a custom serialize() method on your User Class?