You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for introduction advice should be available for PHP5.4 with the help of traits. Introduction will combine two parts: interfaces and traits into one declare-parents advice that can be applied to the specific classes.
The text was updated successfully, but these errors were encountered:
* introduction:
Update demo to show DeclareParents in action #32
Initial support for Introduction advice #32
Added TraitIntroductionInfo advice #32
Fix typo in the class name #32
Support for introduction advice should be available for PHP5.4 with the help of traits. Introduction will combine two parts: interfaces and traits into one declare-parents advice that can be applied to the specific classes.
The text was updated successfully, but these errors were encountered: