-
-
Notifications
You must be signed in to change notification settings - Fork 190
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
PHP Lazy proxies can avoid the currently needed checks for instanceof DependencyProxy as they are transparent to the code.
@see https://www.php.net/manual/en/language.oop5.lazy-objects.php
Possible Solution
No response