- Issue created by @adamps
- @adamps opened merge request.
Automatically closed - issue fixed for 2 weeks with no activity.
TokenProcessorTrait is a strange solution. As a trait, it interferes with the functions of the class it's used in, and they can't both act in the same phase. The class and trait end up sharing protected members, when there's really no need for it.
Convert it to a class TokenProcessor.
Active
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.