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
Aliases compatible with PHP 5.5 in all namespaces for:
- msg()
- nmsg()
- typeof()
Now classes in all namespaces are ensured to use internal classes instead of
global ones (that may cause name collision with other packages, #17).
Possible collision with other packages functions/constants that defines same function.
Example:
typeof()
.The text was updated successfully, but these errors were encountered: