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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Seems reasonable, but, to be clear, this is a “class constant”, not a “static method call”. Also, depending on the context, coupling something to a specific class may make something more difficult to test. (It depends a lot on what this is used for.) parent::class, self::class and static::class should never impede testing, I believe.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
http://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.class.class
The text was updated successfully, but these errors were encountered: