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
all tests in this project to confirm, that it works as expected
P.S.
Current trait support in this project is pretty basic - use trait-provided constants/properties/methods in the main class as-is if there is no such constant/property/method in the class itself.
PHP Docs: https://www.php.net/manual/en/language.oop5.traits.php
bc
command)insteadof
keyword (an edge case, but good to have; not sure howReflectionClass
would get me that):as
keyword (can retrieve viaReflectionClass::getTraitAliases
):as
keyword (not sure howReflectionClass
would get me that):The text was updated successfully, but these errors were encountered: