Venca
Venca
This is my problem without loader - custom repository: ``` /** * @method Notifications|null find($id, $lockMode = null, $lockVersion = null) * @method Notifications|null findOneBy(array $criteria, array $orderBy = null)...
@BenjaminLeibinger The workaround is to run phpstan two times with different configurations. ```neon ignoreErrors: - '#does not accept Doctrine\\Persistence\\ObjectManager#' - '#does not accept Doctrine\\ODM\\MongoDB\\Repository#' doctrine: objectManagerLoader: orm-object-manager.php ``` ```neon ignoreErrors:...
I can confirm that SoftDeleteable works for entities and documents.
@kdrag0n I'm really busy this week, but I'm going to prepare an exmaple next week.
The issue didn't recur. Let's close the issue.