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.
@DerManoMann No, it's not. The code uses yaml output, which is cleaned in a loop until all unused components are removed.
It's a pre-release version supported and maintained by The PHP Foundation, see https://thephp.foundation/blog/2024/11/19/pie-pre-release/. Many extensions already support PIE, see https://github.com/php/pie/blob/main/docs/supported-extensions.md or https://packagist.org/extensions. The new composer.json must be added for the...
@haberman version 1.0.0 has been officially released https://github.com/php/pie/releases/tag/1.0.0
@derrabus I added a functional test, see https://github.com/doctrine/dbal/pull/6441/commits/24a2b4aeb619de0d094f84d00de384445b3c33e2
@derrabus done, see https://github.com/doctrine/orm/pull/11499/commits/f68b5e33f2540be4aa8795e365bb251be09fdcc0