Ly
Ly
The `Doctrine\DBAL\Types\Type::*` constants are deprecated in newer versions of doctrine, so the type hints for `QueryBuilder::setParameter()` ($type) are invalid. A check should be made if `Doctrine\DBAL\Types\Types` exists, if yes, only...
Hi, we have jms installed because of legacy reasons, but we use the symfony serializer for all our entities, as a lot of things happen real-time. The issue is recently...
Hi, first off, love the lib. It's even better in 4.x than it was in 3.x. One thing bothers me a bit though, since the interfaces moved around and claims()...
It seems like the bundle doesn't automatically change permissions for the folder to actually write to cache when creating it, it sometimes works and sometimes causes a 500 error, which...
A lot of deprecated errors are thrown during usage of the bundle with message: The "Doctrine\Common\Inflector\Inflector::camelize" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the...
When you change the declared property type in a document class like so ```php /** * @ES\Property(type="text") */ private $title; ``` To ```php /** * @ES\Property(type="keyword") */ private $title; ```...
Doctrine has some special handling where it looks up the primary key of the object if said object is an entity that's known to it, and to keep this behavior...
The following code doesn't show any usages. ```php // assume there's an annotation called Foo with a public field called "fields" // file StatusEnum.php class StatusEnum { public const ACCEPTED...
I noticed that there's an issue regarding query creation - in the event that only fields that do something during render are specified the table will fail to load outright...
Right now it's near impossible without a fork, there should be a configuration parameter (default null) which allows one to specify a class to be used to override the behaviour.