Closed RomainMILLAN closed 4 months ago
Gedmo\SoftDeleteable\Filter\SoftDeleteableFilter
is not defined in this bundle but in the extensions themselves. This should be reported to https://github.com/doctrine-extensions/DoctrineExtensions/
Also note that the stable release of those extensions does not support doctrine/orm 3.0 yet, which might be related to the error you get.
Describe the bug I'am on new project and now install SoftDeleteable, but an error is created on cache clear because the function
public function addFilterConstraint(ClassMetadata $targetEntity, $targetTableAlias)
are not compatible with the function of abstract class SQLFilterabstract public function addFilterConstraint(ClassMetadata $targetEntity, string $targetTableAlias): string;
.To Reproduce Steps to reproduce the behavior:
Expected behavior It's possible to add the return statement of the addFilterConstraint method to be compatible with the abstract class SQLFilter ?
Error