Yevhen Sidelnyk
Yevhen Sidelnyk
Hello. I am wondering why does `\Doctrine\Common\Collections\Expr\ExpressionVisitor::dispatch` restricts `$expr` to be instance of predefined classes. Doesn't it violate key principles of visitor pattern which leverage polymorphism and double dispatch in...
Hello, Doctrine has two types, which handle time-zones: `DateTimeTzImmutableType` and `DateTimeTzType`. For carbon specifically, community has already written couple of types, which implement this: https://github.com/beberlei/DoctrineExtensions/blob/master/src/Types/CarbonImmutableDateTimeTzType.php https://github.com/beberlei/DoctrineExtensions/blob/master/src/Types/CarbonDateTimeTzType.php I would like to...
### Symfony version(s) affected 6.2 ### Description It seems that it it not possible to disable the listener using `EventManager`. For particular case I want to disable `SoftDeleteableListener` from gedmo...
On the screenshots below you can see the problem:   I faced not exactly this problem, but that I am not able to depend on selected value with `NovaDependencyContainer`...
I get next error when try to do `pa doctrine:schema:update` ```txt The table with name 'new_ads_doctrine.proposals' already exists. at vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php:112 ``` Customer: ```xml ``` Freelancer: ```xml ``` Job: ```xml ```...
Hi there! I'm really excited about third version of this library and specifically that it doesn't struggle with red/blue functions problem. Great thumbs up for such a great library! As...
**Enhancement description** It would really make sense to have the ability to enforce not only the actual class naming like this: ``` return PHPat::rule() ->classes(Selector::extends(ApiTestCase::class)) ->shouldBeNamed('/ApiTest$/', true); ``` But to...
### Description Say you have an object, and you want to create an exact copy of it with a very little adjustments. How would you do it? Yo'd have to...
Hello, First of all, I'd like to thank you for all the effort you spent implementing and supporting such an wonderful library. I'm very excited due to the fact that...