-
-
Notifications
You must be signed in to change notification settings - Fork 324
Remove final from Inject attribute definition #902
Copy link
Copy link
Closed
Description
Hello,
I developed XWP-DI on your amazing library. In order to leverage some additional caching and fine tune container compilation (in order to add my Handler definitions) - I need to override some things in the Inject attribute.
PHP-DI/src/Attribute/Inject.php
Line 20 in 98ddc81
| final class Inject |
Is there any chance you could remove the final declaration from the class?
I would be totally OK if you mark it as private and its API subject to change.
Asking this because it's a trivial change, and I would sincerely prefer not to have to maintain a whole fork of this library.
Thanks for taking time to consider my request.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels